#9CAF27

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

Shades of Limerick #9CAF27

Tints of Limerick #9CAF27

Color information

#9CAF27 (or 0x9CAF27) is unknown color: approx Limerick. HEX triplet: 9C, AF and 27. RGB value is (156,175,39). Sum of RGB (Red+Green+Blue) = 156+175+39=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF27 is #6350D8. Grayscale: #9A9A9A. Windows color (decimal): -6508761 or 2600860. OLE color: 2600860.

HSL color Cylindrical-coordinate representation of color #9CAF27: hue angle of 68.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9CAF27 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB15617539-
CMYK0.1100.780.31
HSL68.38º63.55%41.96%-
HSV(B)68.38º77.71%68.63%-
XYZ29.4137.877.68-
YUV153.8263.21129.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 39 (15.62% from 255) = 10.54%
R=42.16%
G=47.30%
B=10.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156175390.1100.780.3168.3863.5541.96
Hex9CAF27B04E1F44402a
Octal234257471301163710410052
Binary10011100101011111001111011010011101111110001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,39); }

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

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

 a { background-color: rgb(156,175,39); }

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

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

 span { border-color: rgb(156,175,39); }

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