Html Css Color HEX #AFC84A Celery

📋 copy color: '#AFC84A'

red 175 ◦ green 200 ◦ blue 74

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

Shades of Celery #AFC84A

Tints of Celery #AFC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 38.98%
G = 44.54%
B = 16.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#AFC84A (or 0xAFC84A) is known color: Celery. HEX triplet: AF, C8 and 4A. RGB value is (175,200,74). Sum of RGB (Red+Green+Blue) = 175+200+74=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC84A is #5037B5. Grayscale: #B2B2B2. Windows color (decimal): -5257142 or 4901039. OLE color: 4901039.

HSL color Cylindrical-coordinate representation of color #AFC84A: hue angle of 71.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC84A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 74 -
CMYK 0.12 0 0.63 0.22
HSL 71.9º 0.53% 0.54% -
HSV(B) 71.9º 0.63% 0.78% -
XYZ 39.57 50.92 14.22 -
YUV 178.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 175 200 74 0.12 0 0.63 0.22 71.9 0.53 0.54
Hex AF C8 4A C 0 3F 16 48 35 36
Octal 257 310 112 14 0 77 26 110 65 66
Binary 10101111 11001000 1001010 1100 0 111111 10110 1001000 110101 110110

Color Harmonies of #AFC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC84A

Black with #AFC84A

Text Example


Text Example

White with #AFC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC84A; }

 p { color: rgb(175,200,74); }

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

background-color css

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

 a { background-color: rgb(175,200,74); }

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

border-color css

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

 span { border-color: rgb(175,200,74); }

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