#8AC216

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

Shades of Limerick #8AC216

Tints of Limerick #8AC216

Color information

#8AC216 (or 0x8AC216) is unknown color: approx Limerick. HEX triplet: 8A, C2 and 16. RGB value is (138,194,22). Sum of RGB (Red+Green+Blue) = 138+194+22=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC216 is #753DE9. Grayscale: #9E9E9E. Windows color (decimal): -7683562 or 1491594. OLE color: 1491594.

HSL color Cylindrical-coordinate representation of color #8AC216: hue angle of 79.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AC216 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB13819422-
CMYK0.2900.890.24
HSL79.53º79.63%42.35%-
HSV(B)79.53º88.66%76.08%-
XYZ29.9244.047.68-
YUV157.6551.45113.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 194 (76.17% from 255) = 54.80%
BLUE value IS 22 (8.98% from 255) = 6.21%
R=38.98%
G=54.80%
B=6.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138194220.2900.890.2479.5379.6342.35
Hex8AC2161D0591850502a
Octal212302263501313012012052
Binary10001010110000101011011101010110011100010100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,22); }

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

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

 a { background-color: rgb(138,194,22); }

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

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

 span { border-color: rgb(138,194,22); }

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