#9CAF42

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

Shades of Celery #9CAF42

Tints of Celery #9CAF42

Color information

#9CAF42 (or 0x9CAF42) is unknown color: approx Celery. HEX triplet: 9C, AF and 42. RGB value is (156,175,66). Sum of RGB (Red+Green+Blue) = 156+175+66=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF42 is #6350BD. Grayscale: #9D9D9D. Windows color (decimal): -6508734 or 4370332. OLE color: 4370332.

HSL color Cylindrical-coordinate representation of color #9CAF42: hue angle of 70.46º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CAF42 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB15617566-
CMYK0.1100.620.31
HSL70.46º45.23%47.25%-
HSV(B)70.46º62.29%68.63%-
XYZ30.0238.1210.93-
YUV156.8976.71127.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=39.29%
G=44.08%
B=16.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156175660.1100.620.3170.4645.2347.25
Hex9CAF42B03E1F462d2f
Octal23425710213076371065557
Binary1001110010101111100001010110111110111111000110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAF42; }

 p { color: rgb(156,175,66); }

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

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

 a { background-color: rgb(156,175,66); }

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

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

 span { border-color: rgb(156,175,66); }

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