Html Css Color HEX #AFC94C Celery

📋 copy color: '#AFC94C'

red 175 ◦ green 201 ◦ blue 76

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

Shades of Celery #AFC94C

Tints of Celery #AFC94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

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

R = 38.72%
G = 44.47%
B = 16.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#AFC94C (or 0xAFC94C) is known color: Celery. HEX triplet: AF, C9 and 4C. RGB value is (175,201,76). Sum of RGB (Red+Green+Blue) = 175+201+76=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC94C is #5036B3. Grayscale: #B3B3B3. Windows color (decimal): -5256884 or 5032367. OLE color: 5032367.

HSL color Cylindrical-coordinate representation of color #AFC94C: hue angle of 72.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC94C is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 76 -
CMYK 0.13 0 0.62 0.21
HSL 72.48º 0.54% 0.54% -
HSV(B) 72.48º 0.62% 0.79% -
XYZ 39.87 51.41 14.66 -
YUV 178.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 175 201 76 0.13 0 0.62 0.21 72.48 0.54 0.54
Hex AF C9 4C D 0 3E 15 48 36 36
Octal 257 311 114 15 0 76 25 110 66 66
Binary 10101111 11001001 1001100 1101 0 111110 10101 1001000 110110 110110

Color Harmonies of #AFC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC94C

Black with #AFC94C

Text Example


Text Example

White with #AFC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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