Html Css Color HEX #AFCC4A Celery

📋 copy color: '#AFCC4A'

red 175 ◦ green 204 ◦ blue 74

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

Shades of Celery #AFCC4A

Tints of Celery #AFCC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

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

R = 38.63%
G = 45.03%
B = 16.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#AFCC4A (or 0xAFCC4A) is known color: Celery. HEX triplet: AF, CC and 4A. RGB value is (175,204,74). Sum of RGB (Red+Green+Blue) = 175+204+74=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC4A is #5033B5. Grayscale: #B5B5B5. Windows color (decimal): -5256118 or 4902063. OLE color: 4902063.

HSL color Cylindrical-coordinate representation of color #AFCC4A: hue angle of 73.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFCC4A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 74 -
CMYK 0.14 0 0.64 0.2
HSL 73.38º 0.56% 0.55% -
HSV(B) 73.38º 0.64% 0.8% -
XYZ 40.51 52.79 14.53 -
YUV 180.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 175 204 74 0.14 0 0.64 0.2 73.38 0.56 0.55
Hex AF CC 4A E 0 40 14 49 38 37
Octal 257 314 112 16 0 100 24 111 70 67
Binary 10101111 11001100 1001010 1110 0 1000000 10100 1001001 111000 110111

Color Harmonies of #AFCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC4A

Black with #AFCC4A

Text Example


Text Example

White with #AFCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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