Html Css Color HEX #8AAA17 Limerick

📋 copy color: '#8AAA17'

red 138 ◦ green 170 ◦ blue 23

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

Shades of Limerick #8AAA17

Tints of Limerick #8AAA17

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.36%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 41.69%
G = 51.36%
B = 6.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#8AAA17 (or 0x8AAA17) is known color: Limerick. HEX triplet: 8A, AA and 17. RGB value is (138,170,23). Sum of RGB (Red+Green+Blue) = 138+170+23=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA17 is #7555E8. Grayscale: #909090. Windows color (decimal): -7689705 or 1550986. OLE color: 1550986.

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

Color convert

RGB 138 170 23 -
CMYK 0.19 0 0.86 0.33
HSL 73.06º 0.76% 0.38% -
HSV(B) 73.06º 0.86% 0.67% -
XYZ 25.01 34.21 6.1 -
YUV 143.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 138 170 23 0.19 0 0.86 0.33 73.06 0.76 0.38
Hex 8A AA 17 13 0 56 21 49 4C 26
Octal 212 252 27 23 0 126 41 111 114 46
Binary 10001010 10101010 10111 10011 0 1010110 100001 1001001 1001100 100110

Color Harmonies of #8AAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA17

Black with #8AAA17

Text Example


Text Example

White with #8AAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,23); }

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

background-color css

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

 a { background-color: rgb(138,170,23); }

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

border-color css

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

 span { border-color: rgb(138,170,23); }

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