Html Css Color HEX #AFC24A Celery

📋 copy color: '#AFC24A'

red 175 ◦ green 194 ◦ blue 74

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

Shades of Celery #AFC24A

Tints of Celery #AFC24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 39.5%
G = 43.79%
B = 16.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#AFC24A (or 0xAFC24A) is known color: Celery. HEX triplet: AF, C2 and 4A. RGB value is (175,194,74). Sum of RGB (Red+Green+Blue) = 175+194+74=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC24A is #503DB5. Grayscale: #AFAFAF. Windows color (decimal): -5258678 or 4899503. OLE color: 4899503.

HSL color Cylindrical-coordinate representation of color #AFC24A: hue angle of 69.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC24A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 74 -
CMYK 0.10 0 0.62 0.24
HSL 69.5º 0.5% 0.53% -
HSV(B) 69.5º 0.62% 0.76% -
XYZ 38.21 48.19 13.77 -
YUV 174.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 175 194 74 0.10 0 0.62 0.24 69.5 0.5 0.53
Hex AF C2 4A A 0 3E 18 46 32 35
Octal 257 302 112 12 0 76 30 106 62 65
Binary 10101111 11000010 1001010 1010 0 111110 11000 1000110 110010 110101

Color Harmonies of #AFC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC24A

Black with #AFC24A

Text Example


Text Example

White with #AFC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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