Html Css Color HEX #8AAE20 Limerick

📋 copy color: '#8AAE20'

red 138 ◦ green 174 ◦ blue 32

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

Shades of Limerick #8AAE20

Tints of Limerick #8AAE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 40.12%
G = 50.58%
B = 9.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#8AAE20 (or 0x8AAE20) is known color: Limerick. HEX triplet: 8A, AE and 20. RGB value is (138,174,32). Sum of RGB (Red+Green+Blue) = 138+174+32=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE20 is #7551DF. Grayscale: #939393. Windows color (decimal): -7688672 or 2141834. OLE color: 2141834.

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

Color convert

RGB 138 174 32 -
CMYK 0.21 0 0.82 0.32
HSL 75.21º 0.69% 0.4% -
HSV(B) 75.21º 0.82% 0.68% -
XYZ 25.88 35.78 6.91 -
YUV 147.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 138 174 32 0.21 0 0.82 0.32 75.21 0.69 0.4
Hex 8A AE 20 15 0 52 20 4B 45 28
Octal 212 256 40 25 0 122 40 113 105 50
Binary 10001010 10101110 100000 10101 0 1010010 100000 1001011 1000101 101000

Color Harmonies of #8AAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE20

Black with #8AAE20

Text Example


Text Example

White with #8AAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,32); }

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

background-color css

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

 a { background-color: rgb(138,174,32); }

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

border-color css

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

 span { border-color: rgb(138,174,32); }

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