Html Css Color HEX #8AB013 Limerick

📋 copy color: '#8AB013'

red 138 ◦ green 176 ◦ blue 19

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

Shades of Limerick #8AB013

Tints of Limerick #8AB013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 41.44%
G = 52.85%
B = 5.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#8AB013 (or 0x8AB013) is known color: Limerick. HEX triplet: 8A, B0 and 13. RGB value is (138,176,19). Sum of RGB (Red+Green+Blue) = 138+176+19=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB013 is #754FEC. Grayscale: #939393. Windows color (decimal): -7688173 or 1290378. OLE color: 1290378.

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

Color convert

RGB 138 176 19 -
CMYK 0.22 0 0.89 0.31
HSL 74.52º 0.81% 0.38% -
HSV(B) 74.52º 0.89% 0.69% -
XYZ 26.12 36.5 6.28 -
YUV 146.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 138 176 19 0.22 0 0.89 0.31 74.52 0.81 0.38
Hex 8A B0 13 16 0 59 1F 4B 51 26
Octal 212 260 23 26 0 131 37 113 121 46
Binary 10001010 10110000 10011 10110 0 1011001 11111 1001011 1010001 100110

Color Harmonies of #8AB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB013

Black with #8AB013

Text Example


Text Example

White with #8AB013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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