#8ABD28

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

Shades of Limerick #8ABD28

Tints of Limerick #8ABD28

Color information

#8ABD28 (or 0x8ABD28) is unknown color: approx Limerick. HEX triplet: 8A, BD and 28. RGB value is (138,189,40). Sum of RGB (Red+Green+Blue) = 138+189+40=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD28 is #7542D7. Grayscale: #9D9D9D. Windows color (decimal): -7684824 or 2669962. OLE color: 2669962.

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

Color convert

RGB13818940-
CMYK0.2700.790.26
HSL80.54º65.07%44.9%-
HSV(B)80.54º78.84%74.12%-
XYZ29.0641.958.57-
YUV156.7662.1114.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 189 (74.22% from 255) = 51.50%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=37.60%
G=51.50%
B=10.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138189400.2700.790.2680.5465.0744.9
Hex8ABD281B04F1A51412d
Octal212275503301173212110155
Binary100010101011110110100011011010011111101010100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,40); }

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

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

 a { background-color: rgb(138,189,40); }

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

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

 span { border-color: rgb(138,189,40); }

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