#9CAE2A

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

Shades of Limerick #9CAE2A

Tints of Limerick #9CAE2A

Color information

#9CAE2A (or 0x9CAE2A) is unknown color: approx Limerick. HEX triplet: 9C, AE and 2A. RGB value is (156,174,42). Sum of RGB (Red+Green+Blue) = 156+174+42=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAE2A is #6351D5. Grayscale: #9A9A9A. Windows color (decimal): -6509014 or 2797212. OLE color: 2797212.

HSL color Cylindrical-coordinate representation of color #9CAE2A: hue angle of 68.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CAE2A is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB15617442-
CMYK0.1000.760.32
HSL68.18º61.11%42.35%-
HSV(B)68.18º75.86%68.24%-
XYZ29.2637.517.89-
YUV153.5765.04129.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=41.94%
G=46.77%
B=11.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156174420.1000.760.3268.1861.1142.35
Hex9CAE2AA04C20443d2a
Octal23425652120114401047552
Binary10011100101011101010101010010011001000001000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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