#9CAA2F

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

Shades of Limerick #9CAA2F

Tints of Limerick #9CAA2F

Color information

#9CAA2F (or 0x9CAA2F) is unknown color: approx Limerick. HEX triplet: 9C, AA and 2F. RGB value is (156,170,47). Sum of RGB (Red+Green+Blue) = 156+170+47=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA2F is #6355D0. Grayscale: #989898. Windows color (decimal): -6510033 or 3123868. OLE color: 3123868.

HSL color Cylindrical-coordinate representation of color #9CAA2F: hue angle of 66.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CAA2F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB15617047-
CMYK0.0800.720.33
HSL66.83º56.68%42.55%-
HSV(B)66.83º72.35%66.67%-
XYZ28.636.028.14-
YUV151.7968.86131-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=41.82%
G=45.58%
B=12.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156170470.0800.720.3366.8356.6842.55
Hex9CAA2F80482143392b
Octal23425257100110411037153
Binary10011100101010101011111000010010001000011000011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,47); }

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

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

 a { background-color: rgb(156,170,47); }

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

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

 span { border-color: rgb(156,170,47); }

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