#9CA42C

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

Shades of Citron #9CA42C

Tints of Citron #9CA42C

Color information

#9CA42C (or 0x9CA42C) is unknown color: approx Citron. HEX triplet: 9C, A4 and 2C. RGB value is (156,164,44). Sum of RGB (Red+Green+Blue) = 156+164+44=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA42C is #635BD3. Grayscale: #949494. Windows color (decimal): -6511572 or 2925724. OLE color: 2925724.

HSL color Cylindrical-coordinate representation of color #9CA42C: hue angle of 64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CA42C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB15616444-
CMYK0.0500.730.36
HSL64º57.69%40.78%-
HSV(B)64º73.17%64.31%-
XYZ27.4433.87.46-
YUV147.9369.35133.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 44 (17.58% from 255) = 12.09%
R=42.86%
G=45.05%
B=12.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156164440.0500.730.366457.6940.78
Hex9CA42C504924403a29
Octal2342445450111441007251
Binary1001110010100100101100101010010011001001000000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,44); }

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

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

 a { background-color: rgb(156,164,44); }

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

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

 span { border-color: rgb(156,164,44); }

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