Html Css Color HEX #8AAA25 Limerick

📋 copy color: '#8AAA25'

red 138 ◦ green 170 ◦ blue 37

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

Shades of Limerick #8AAA25

Tints of Limerick #8AAA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 40%
G = 49.28%
B = 10.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#8AAA25 (or 0x8AAA25) is known color: Limerick. HEX triplet: 8A, AA and 25. RGB value is (138,170,37). Sum of RGB (Red+Green+Blue) = 138+170+37=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA25 is #7555DA. Grayscale: #919191. Windows color (decimal): -7689691 or 2468490. OLE color: 2468490.

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

Color convert

RGB 138 170 37 -
CMYK 0.19 0 0.78 0.33
HSL 74.44º 0.64% 0.41% -
HSV(B) 74.44º 0.78% 0.67% -
XYZ 25.19 34.29 7.04 -
YUV 145.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 138 170 37 0.19 0 0.78 0.33 74.44 0.64 0.41
Hex 8A AA 25 13 0 4E 21 4A 40 29
Octal 212 252 45 23 0 116 41 112 100 51
Binary 10001010 10101010 100101 10011 0 1001110 100001 1001010 1000000 101001

Color Harmonies of #8AAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA25

Black with #8AAA25

Text Example


Text Example

White with #8AAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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