#A5C04F

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

Shades of Celery #A5C04F

Tints of Celery #A5C04F

Color information

#A5C04F (or 0xA5C04F) is unknown color: approx Celery. HEX triplet: A5, C0 and 4F. RGB value is (165,192,79). Sum of RGB (Red+Green+Blue) = 165+192+79=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C04F is #5A3FB0. Grayscale: #ABABAB. Windows color (decimal): -5914545 or 5226661. OLE color: 5226661.

HSL color Cylindrical-coordinate representation of color #A5C04F: hue angle of 74.34º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5C04F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB16519279-
CMYK0.1400.590.25
HSL74.34º47.28%53.14%-
HSV(B)74.34º58.85%75.29%-
XYZ35.7846.2614.44-
YUV171.0476.05123.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=37.84%
G=44.04%
B=18.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192790.1400.590.2574.3447.2853.14
HexA5C04FE03B194a2f35
Octal24530011716073311125765
Binary1010010111000000100111111100111011110011001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C04F; }

 p { color: rgb(165,192,79); }

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

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

 a { background-color: rgb(165,192,79); }

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

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

 span { border-color: rgb(165,192,79); }

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