#8ABE30

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

Shades of Limerick #8ABE30

Tints of Limerick #8ABE30

Color information

#8ABE30 (or 0x8ABE30) is unknown color: approx Limerick. HEX triplet: 8A, BE and 30. RGB value is (138,190,48). Sum of RGB (Red+Green+Blue) = 138+190+48=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABE30 is #7541CF. Grayscale: #9E9E9E. Windows color (decimal): -7684560 or 3194506. OLE color: 3194506.

HSL color Cylindrical-coordinate representation of color #8ABE30: hue angle of 81.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ABE30 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB13819048-
CMYK0.2700.750.25
HSL81.97º59.66%46.67%-
HSV(B)81.97º74.74%74.51%-
XYZ29.4342.449.44-
YUV158.2665.77113.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=36.70%
G=50.53%
B=12.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190480.2700.750.2581.9759.6646.67
Hex8ABE301B04B19523c2f
Octal21227660330113311227457
Binary10001010101111101100001101101001011110011010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,48); }

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

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

 a { background-color: rgb(138,190,48); }

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

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

 span { border-color: rgb(138,190,48); }

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