#8ABF2B

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

Shades of Limerick #8ABF2B

Tints of Limerick #8ABF2B

Color information

#8ABF2B (or 0x8ABF2B) is unknown color: approx Limerick. HEX triplet: 8A, BF and 2B. RGB value is (138,191,43). Sum of RGB (Red+Green+Blue) = 138+191+43=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF2B is #7540D4. Grayscale: #9E9E9E. Windows color (decimal): -7684309 or 2867082. OLE color: 2867082.

HSL color Cylindrical-coordinate representation of color #8ABF2B: hue angle of 81.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ABF2B is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB13819143-
CMYK0.2800.770.25
HSL81.49º63.25%45.88%-
HSV(B)81.49º77.49%74.9%-
XYZ29.5542.849-
YUV158.2862.94113.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 43 (17.19% from 255) = 11.56%
R=37.10%
G=51.34%
B=11.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191430.2800.770.2581.4963.2545.88
Hex8ABF2B1C04D19513f2e
Octal21227753340115311217756
Binary10001010101111111010111110001001101110011010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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