#9CA12A

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

Shades of Citron #9CA12A

Tints of Citron #9CA12A

Color information

#9CA12A (or 0x9CA12A) is unknown color: approx Citron. HEX triplet: 9C, A1 and 2A. RGB value is (156,161,42). Sum of RGB (Red+Green+Blue) = 156+161+42=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA12A is #635ED5. Grayscale: #929292. Windows color (decimal): -6512342 or 2793884. OLE color: 2793884.

HSL color Cylindrical-coordinate representation of color #9CA12A: hue angle of 62.52º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CA12A is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB15616142-
CMYK0.0300.740.37
HSL62.52º58.62%39.8%-
HSV(B)62.52º73.91%63.14%-
XYZ26.8732.727.09-
YUV145.9469.34135.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=43.45%
G=44.85%
B=11.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156161420.0300.740.3762.5258.6239.8
Hex9CA12A304A253f3b28
Octal234241523011245777350
Binary10011100101000011010101101001010100101111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,42); }

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

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

 a { background-color: rgb(156,161,42); }

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

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

 span { border-color: rgb(156,161,42); }

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