Html Css Color HEX #8ABB13 Limerick

📋 copy color: '#8ABB13'

red 138 ◦ green 187 ◦ blue 19

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

Shades of Limerick #8ABB13

Tints of Limerick #8ABB13

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.36%

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

R = 40.12%
G = 54.36%
B = 5.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#8ABB13 (or 0x8ABB13) is known color: Limerick. HEX triplet: 8A, BB and 13. RGB value is (138,187,19). Sum of RGB (Red+Green+Blue) = 138+187+19=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB13 is #7544EC. Grayscale: #999999. Windows color (decimal): -7685357 or 1293194. OLE color: 1293194.

HSL color Cylindrical-coordinate representation of color #8ABB13: hue angle of 77.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ABB13 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 187 19 -
CMYK 0.26 0 0.90 0.27
HSL 77.5º 0.82% 0.4% -
HSV(B) 77.5º 0.9% 0.73% -
XYZ 28.37 40.99 7.03 -
YUV 153.2 52.27 117.16 -
System Red Green Blue C M Y K H S L
Decimal 138 187 19 0.26 0 0.90 0.27 77.5 0.82 0.4
Hex 8A BB 13 1A 0 5A 1B 4E 52 28
Octal 212 273 23 32 0 132 33 116 122 50
Binary 10001010 10111011 10011 11010 0 1011010 11011 1001110 1010010 101000

Color Harmonies of #8ABB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB13

Black with #8ABB13

Text Example


Text Example

White with #8ABB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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