Html Css Color HEX #AFC04A Celery

📋 copy color: '#AFC04A'

red 175 ◦ green 192 ◦ blue 74

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

Shades of Celery #AFC04A

Tints of Celery #AFC04A

RGB

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

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

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

R = 39.68%
G = 43.54%
B = 16.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#AFC04A (or 0xAFC04A) is known color: Celery. HEX triplet: AF, C0 and 4A. RGB value is (175,192,74). Sum of RGB (Red+Green+Blue) = 175+192+74=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC04A is #503FB5. Grayscale: #ADADAD. Windows color (decimal): -5259190 or 4898991. OLE color: 4898991.

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

Color convert

RGB 175 192 74 -
CMYK 0.09 0 0.61 0.25
HSL 68.64º 0.48% 0.52% -
HSV(B) 68.64º 0.61% 0.75% -
XYZ 37.76 47.31 13.62 -
YUV 173.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 175 192 74 0.09 0 0.61 0.25 68.64 0.48 0.52
Hex AF C0 4A 9 0 3D 19 45 30 34
Octal 257 300 112 11 0 75 31 105 60 64
Binary 10101111 11000000 1001010 1001 0 111101 11001 1000101 110000 110100

Color Harmonies of #AFC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC04A

Black with #AFC04A

Text Example


Text Example

White with #AFC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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