#8CAF39

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

Shades of Limerick #8CAF39

Tints of Limerick #8CAF39

Color information

#8CAF39 (or 0x8CAF39) is unknown color: approx Limerick. HEX triplet: 8C, AF and 39. RGB value is (140,175,57). Sum of RGB (Red+Green+Blue) = 140+175+57=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF39 is #7350C6. Grayscale: #979797. Windows color (decimal): -7557319 or 3780492. OLE color: 3780492.

HSL color Cylindrical-coordinate representation of color #8CAF39: hue angle of 77.8º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CAF39 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB14017557-
CMYK0.200.670.31
HSL77.8º50.86%45.49%-
HSV(B)77.8º67.43%68.63%-
XYZ26.8836.539.51-
YUV151.0874.9120.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=37.63%
G=47.04%
B=15.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140175570.200.670.3177.850.8645.49
Hex8CAF39140431F4e332d
Octal21425771240103371166355
Binary10001100101011111110011010001000011111111001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAF39; }

 p { color: rgb(140,175,57); }

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

<style>
 a { background-color: #8CAF39; }

 a { background-color: rgb(140,175,57); }

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

<style>
 span { border-color: #8CAF39; }

 span { border-color: rgb(140,175,57); }

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