Html Css Color HEX #AFC04C Celery

📋 copy color: '#AFC04C'

red 175 ◦ green 192 ◦ blue 76

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

Shades of Celery #AFC04C

Tints of Celery #AFC04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.16%

R = 39.5%
G = 43.34%
B = 17.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#AFC04C (or 0xAFC04C) is known color: Celery. HEX triplet: AF, C0 and 4C. RGB value is (175,192,76). Sum of RGB (Red+Green+Blue) = 175+192+76=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC04C is #503FB3. Grayscale: #AEAEAE. Windows color (decimal): -5259188 or 5030063. OLE color: 5030063.

HSL color Cylindrical-coordinate representation of color #AFC04C: hue angle of 68.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC04C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 76 -
CMYK 0.09 0 0.60 0.25
HSL 68.79º 0.48% 0.53% -
HSV(B) 68.79º 0.6% 0.75% -
XYZ 37.83 47.34 13.98 -
YUV 173.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 175 192 76 0.09 0 0.60 0.25 68.79 0.48 0.53
Hex AF C0 4C 9 0 3C 19 45 30 35
Octal 257 300 114 11 0 74 31 105 60 65
Binary 10101111 11000000 1001100 1001 0 111100 11001 1000101 110000 110101

Color Harmonies of #AFC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC04C

Black with #AFC04C

Text Example


Text Example

White with #AFC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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