Html Css Color HEX #8AAB1E Limerick

📋 copy color: '#8AAB1E'

red 138 ◦ green 171 ◦ blue 30

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

Shades of Limerick #8AAB1E

Tints of Limerick #8AAB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.44%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 40.71%
G = 50.44%
B = 8.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#8AAB1E (or 0x8AAB1E) is known color: Limerick. HEX triplet: 8A, AB and 1E. RGB value is (138,171,30). Sum of RGB (Red+Green+Blue) = 138+171+30=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB1E is #7554E1. Grayscale: #919191. Windows color (decimal): -7689442 or 2009994. OLE color: 2009994.

HSL color Cylindrical-coordinate representation of color #8AAB1E: hue angle of 74.04º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AAB1E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 171 30 -
CMYK 0.19 0 0.82 0.33
HSL 74.04º 0.7% 0.39% -
HSV(B) 74.04º 0.82% 0.67% -
XYZ 25.28 34.62 6.58 -
YUV 145.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 138 171 30 0.19 0 0.82 0.33 74.04 0.7 0.39
Hex 8A AB 1E 13 0 52 21 4A 46 27
Octal 212 253 36 23 0 122 41 112 106 47
Binary 10001010 10101011 11110 10011 0 1010010 100001 1001010 1000110 100111

Color Harmonies of #8AAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB1E

Black with #8AAB1E

Text Example


Text Example

White with #8AAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,30); }

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

background-color css

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

 a { background-color: rgb(138,171,30); }

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

border-color css

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

 span { border-color: rgb(138,171,30); }

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