#8ab01f

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

Shades of Limerick #8AB01F

Tints of Limerick #8AB01F

Color information

#8AB01F (or 0x8AB01F) is unknown color: approx Limerick. HEX triplet: 8A, B0 and 1F. RGB value is (138,176,31). Sum of RGB (Red+Green+Blue) = 138+176+31=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB01F is #754FE0. Grayscale: #949494. Windows color (decimal): -7688161 or 2076810. OLE color: 2076810.

HSL color Cylindrical-coordinate representation of color #8AB01F: hue angle of 75.72º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AB01F is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB13817631-
CMYK0.2200.820.31
HSL75.72º70.05%40.59%-
HSV(B)75.72º82.39%69.02%-
XYZ26.2536.556.97-
YUV148.1161.91120.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=40%
G=51.01%
B=8.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176310.2200.820.3175.7270.0540.59
Hex8AB01F160521F4c4629
Octal212260372601223711410651
Binary10001010101100001111110110010100101111110011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ab01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,31); }

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

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

 a { background-color: rgb(138,176,31); }

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

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

 span { border-color: rgb(138,176,31); }

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