#AFCA4D

Color #AFCA4D Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AFCA4D

Tints of Celery #AFCA4D

Color information

#AFCA4D (or 0xAFCA4D) is unknown color: approx Celery. HEX triplet: AF, CA and 4D. RGB value is (175,202,77). Sum of RGB (Red+Green+Blue) = 175+202+77=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA4D is #5035B2. Grayscale: #B4B4B4. Windows color (decimal): -5256627 or 5098159. OLE color: 5098159.

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

Color convert

RGB17520277-
CMYK0.1300.620.21
HSL72.96º54.11%54.71%-
HSV(B)72.96º61.88%79.22%-
XYZ40.1451.8914.92-
YUV179.6870.05124.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 16.96%
R=38.55%
G=44.49%
B=16.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202770.1300.620.2172.9654.1154.71
HexAFCA4DD03E15493637
Octal25731211515076251116667
Binary1010111111001010100110111010111110101011001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA4D; }

 p { color: rgb(175,202,77); }

 H1.HeaderClassName
 {
   color: #AFCA4D;
 }
 .AnyTagClassName
 {
   color: #AFCA4D;
 }
</style>
background-color css

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

 a { background-color: rgb(175,202,77); }

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

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

 span { border-color: rgb(175,202,77); }

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