Html Css Color HEX #AFC054 Celery

📋 copy color: '#AFC054'

red 175 ◦ green 192 ◦ blue 84

#AFC054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #AFC054

Tints of Celery #AFC054

RGB

 RED value IS 175 (68.75% from 255) = 38.8%

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 84 (33.2% from 255) = 18.63%

R = 38.8%
G = 42.57%
B = 18.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFC054 (or 0xAFC054) is known color: Celery. HEX triplet: AF, C0 and 54. RGB value is (175,192,84). Sum of RGB (Red+Green+Blue) = 175+192+84=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC054 is #503FAB. Grayscale: #AFAFAF. Windows color (decimal): -5259180 or 5554351. OLE color: 5554351.

HSL color Cylindrical-coordinate representation of color #AFC054: hue angle of 69.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFC054 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 84 -
CMYK 0.09 0 0.56 0.25
HSL 69.44º 0.46% 0.54% -
HSV(B) 69.44º 0.56% 0.75% -
XYZ 38.13 47.45 15.54 -
YUV 174.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 175 192 84 0.09 0 0.56 0.25 69.44 0.46 0.54
Hex AF C0 54 9 0 38 19 45 2E 36
Octal 257 300 124 11 0 70 31 105 56 66
Binary 10101111 11000000 1010100 1001 0 111000 11001 1000101 101110 110110

Color Harmonies of #AFC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC054

Black with #AFC054

Text Example


Text Example

White with #AFC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC054; }

 p { color: rgb(175,192,84); }

 H1.HeaderClassName
 {
   color: #AFC054;
 }
 .AnyTagClassName
 {
   color: #AFC054;
 }
</style>

background-color css

<style>
 a { background-color: #AFC054; }

 a { background-color: rgb(175,192,84); }

 div.DivClassName
 {
   background-color: #AFC054;
 }
 .BgClassName
 {
   background-color: #AFC054;
 }
</style>

border-color css

<style>
 span { border-color: #AFC054; }

 span { border-color: rgb(175,192,84); }

 td.TdClassName
 {
   border-color: #AFC054;
 }
 .TagClassName
 {
   border-color: #AFC054;
 }
</style>