Html Css Color HEX #8AB514 Limerick

📋 copy color: '#8AB514'

red 138 ◦ green 181 ◦ blue 20

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

Shades of Limerick #8AB514

Tints of Limerick #8AB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.39%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 40.71%
G = 53.39%
B = 5.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#8AB514 (or 0x8AB514) is known color: Limerick. HEX triplet: 8A, B5 and 14. RGB value is (138,181,20). Sum of RGB (Red+Green+Blue) = 138+181+20=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB514 is #754AEB. Grayscale: #969696. Windows color (decimal): -7686892 or 1357194. OLE color: 1357194.

HSL color Cylindrical-coordinate representation of color #8AB514: hue angle of 76.02º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AB514 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 20 -
CMYK 0.24 0 0.89 0.29
HSL 76.02º 0.8% 0.39% -
HSV(B) 76.02º 0.89% 0.71% -
XYZ 27.13 38.5 6.66 -
YUV 149.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 138 181 20 0.24 0 0.89 0.29 76.02 0.8 0.39
Hex 8A B5 14 18 0 59 1D 4C 50 27
Octal 212 265 24 30 0 131 35 114 120 47
Binary 10001010 10110101 10100 11000 0 1011001 11101 1001100 1010000 100111

Color Harmonies of #8AB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB514

Black with #8AB514

Text Example


Text Example

White with #8AB514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,20); }

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

background-color css

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

 a { background-color: rgb(138,181,20); }

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

border-color css

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

 span { border-color: rgb(138,181,20); }

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