#8ABC21

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

Shades of Limerick #8ABC21

Tints of Limerick #8ABC21

Color information

#8ABC21 (or 0x8ABC21) is unknown color: approx Limerick. HEX triplet: 8A, BC and 21. RGB value is (138,188,33). Sum of RGB (Red+Green+Blue) = 138+188+33=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC21 is #7543DE. Grayscale: #9B9B9B. Windows color (decimal): -7685087 or 2210954. OLE color: 2210954.

HSL color Cylindrical-coordinate representation of color #8ABC21: hue angle of 79.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8ABC21 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB13818833-
CMYK0.2700.820.26
HSL79.35º70.14%43.33%-
HSV(B)79.35º82.45%73.73%-
XYZ28.7441.487.93-
YUV155.3858.94115.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=38.44%
G=52.37%
B=9.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188330.2700.820.2679.3570.1443.33
Hex8ABC211B0521A4f462b
Octal212274413301223211710653
Binary100010101011110010000111011010100101101010011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,33); }

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

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

 a { background-color: rgb(138,188,33); }

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

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

 span { border-color: rgb(138,188,33); }

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