Html Css Color HEX #8AB018 Limerick

📋 copy color: '#8AB018'

red 138 ◦ green 176 ◦ blue 24

#8AB018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8AB018

Tints of Limerick #8AB018

RGB

 RED value IS 138 (54.3% from 255) = 40.83%

 GREEN value IS 176 (69.14% from 255) = 52.07%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 40.83%
G = 52.07%
B = 7.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#8AB018 (or 0x8AB018) is known color: Limerick. HEX triplet: 8A, B0 and 18. RGB value is (138,176,24). Sum of RGB (Red+Green+Blue) = 138+176+24=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB018 is #754FE7. Grayscale: #939393. Windows color (decimal): -7688168 or 1618058. OLE color: 1618058.

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

Color convert

RGB 138 176 24 -
CMYK 0.22 0 0.86 0.31
HSL 75º 0.76% 0.39% -
HSV(B) 75º 0.86% 0.69% -
XYZ 26.17 36.52 6.53 -
YUV 147.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 138 176 24 0.22 0 0.86 0.31 75 0.76 0.39
Hex 8A B0 18 16 0 56 1F 4B 4C 27
Octal 212 260 30 26 0 126 37 113 114 47
Binary 10001010 10110000 11000 10110 0 1010110 11111 1001011 1001100 100111

Color Harmonies of #8AB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB018

Black with #8AB018

Text Example


Text Example

White with #8AB018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AB018;
 }
 .AnyTagClassName
 {
   color: #8AB018;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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