#8CAF1B

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

Shades of Limerick #8CAF1B

Tints of Limerick #8CAF1B

Color information

#8CAF1B (or 0x8CAF1B) is unknown color: approx Limerick. HEX triplet: 8C, AF and 1B. RGB value is (140,175,27). Sum of RGB (Red+Green+Blue) = 140+175+27=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF1B is #7350E4. Grayscale: #949494. Windows color (decimal): -7557349 or 1814412. OLE color: 1814412.

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

Color convert

RGB14017527-
CMYK0.200.850.31
HSL74.19º73.27%39.61%-
HSV(B)74.19º84.57%68.63%-
XYZ26.3436.316.66-
YUV147.6659.9122.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 27 (10.94% from 255) = 7.89%
R=40.94%
G=51.17%
B=7.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140175270.200.850.3174.1973.2739.61
Hex8CAF1B140551F4a4928
Octal214257332401253711211150
Binary10001100101011111101110100010101011111110010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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