#8DB22B

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

Shades of Limerick #8DB22B

Tints of Limerick #8DB22B

Color information

#8DB22B (or 0x8DB22B) is unknown color: approx Limerick. HEX triplet: 8D, B2 and 2B. RGB value is (141,178,43). Sum of RGB (Red+Green+Blue) = 141+178+43=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB22B is #724DD4. Grayscale: #989898. Windows color (decimal): -7491029 or 2863757. OLE color: 2863757.

HSL color Cylindrical-coordinate representation of color #8DB22B: hue angle of 76.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DB22B is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB14117843-
CMYK0.2100.760.30
HSL76.44º61.09%43.33%-
HSV(B)76.44º75.84%69.8%-
XYZ27.3437.688.12-
YUV151.5566.74120.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=38.95%
G=49.17%
B=11.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141178430.2100.760.3076.4461.0943.33
Hex8DB22B1504C1E4c3d2b
Octal21526253250114361147553
Binary10001101101100101010111010101001100111101001100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,43); }

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

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

 a { background-color: rgb(141,178,43); }

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

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

 span { border-color: rgb(141,178,43); }

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