#8ABF26

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

Shades of Limerick #8ABF26

Tints of Limerick #8ABF26

Color information

#8ABF26 (or 0x8ABF26) is unknown color: approx Limerick. HEX triplet: 8A, BF and 26. RGB value is (138,191,38). Sum of RGB (Red+Green+Blue) = 138+191+38=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF26 is #7540D9. Grayscale: #9E9E9E. Windows color (decimal): -7684314 or 2539402. OLE color: 2539402.

HSL color Cylindrical-coordinate representation of color #8ABF26: hue angle of 80.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8ABF26 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB13819138-
CMYK0.2800.800.25
HSL80.78º66.81%44.9%-
HSV(B)80.78º80.1%74.9%-
XYZ29.4642.88.54-
YUV157.7160.44113.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=37.60%
G=52.04%
B=10.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191380.2800.800.2580.7866.8144.9
Hex8ABF261C0501951432d
Octal212277463401203112110355
Binary100010101011111110011011100010100001100110100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,38); }

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

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

 a { background-color: rgb(138,191,38); }

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

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

 span { border-color: rgb(138,191,38); }

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