#9CAE2C

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

Shades of Limerick #9CAE2C

Tints of Limerick #9CAE2C

Color information

#9CAE2C (or 0x9CAE2C) is unknown color: approx Limerick. HEX triplet: 9C, AE and 2C. RGB value is (156,174,44). Sum of RGB (Red+Green+Blue) = 156+174+44=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAE2C is #6351D3. Grayscale: #9A9A9A. Windows color (decimal): -6509012 or 2928284. OLE color: 2928284.

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

Color convert

RGB15617444-
CMYK0.1000.750.32
HSL68.31º59.63%42.75%-
HSV(B)68.31º74.71%68.24%-
XYZ29.337.528.08-
YUV153.866.04129.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 44 (17.58% from 255) = 11.76%
R=41.71%
G=46.52%
B=11.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156174440.1000.750.3268.3159.6342.75
Hex9CAE2CA04B20443c2b
Octal23425654120113401047453
Binary10011100101011101011001010010010111000001000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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