Html Css Color HEX #8AA925 Limerick

📋 copy color: '#8AA925'

red 138 ◦ green 169 ◦ blue 37

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

Shades of Limerick #8AA925

Tints of Limerick #8AA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.13%

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

R = 40.12%
G = 49.13%
B = 10.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#8AA925 (or 0x8AA925) is known color: Limerick. HEX triplet: 8A, A9 and 25. RGB value is (138,169,37). Sum of RGB (Red+Green+Blue) = 138+169+37=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA925 is #7556DA. Grayscale: #919191. Windows color (decimal): -7689947 or 2468234. OLE color: 2468234.

HSL color Cylindrical-coordinate representation of color #8AA925: hue angle of 74.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AA925 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 138 169 37 -
CMYK 0.18 0 0.78 0.34
HSL 74.09º 0.64% 0.4% -
HSV(B) 74.09º 0.78% 0.66% -
XYZ 25 33.91 6.98 -
YUV 144.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 138 169 37 0.18 0 0.78 0.34 74.09 0.64 0.4
Hex 8A A9 25 12 0 4E 22 4A 40 28
Octal 212 251 45 22 0 116 42 112 100 50
Binary 10001010 10101001 100101 10010 0 1001110 100010 1001010 1000000 101000

Color Harmonies of #8AA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA925

Black with #8AA925

Text Example


Text Example

White with #8AA925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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