Html Css Color HEX #8AAD1E Limerick

📋 copy color: '#8AAD1E'

red 138 ◦ green 173 ◦ blue 30

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

Shades of Limerick #8AAD1E

Tints of Limerick #8AAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

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

R = 40.47%
G = 50.73%
B = 8.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#8AAD1E (or 0x8AAD1E) is known color: Limerick. HEX triplet: 8A, AD and 1E. RGB value is (138,173,30). Sum of RGB (Red+Green+Blue) = 138+173+30=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD1E is #7552E1. Grayscale: #929292. Windows color (decimal): -7688930 or 2010506. OLE color: 2010506.

HSL color Cylindrical-coordinate representation of color #8AAD1E: hue angle of 74.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AAD1E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 30 -
CMYK 0.20 0 0.83 0.32
HSL 74.69º 0.7% 0.4% -
HSV(B) 74.69º 0.83% 0.68% -
XYZ 25.66 35.38 6.71 -
YUV 146.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 138 173 30 0.20 0 0.83 0.32 74.69 0.7 0.4
Hex 8A AD 1E 14 0 53 20 4B 46 28
Octal 212 255 36 24 0 123 40 113 106 50
Binary 10001010 10101101 11110 10100 0 1010011 100000 1001011 1000110 101000

Color Harmonies of #8AAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD1E

Black with #8AAD1E

Text Example


Text Example

White with #8AAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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