Html Css Color HEX #8AAE19 Limerick

📋 copy color: '#8AAE19'

red 138 ◦ green 174 ◦ blue 25

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

Shades of Limerick #8AAE19

Tints of Limerick #8AAE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 40.95%
G = 51.63%
B = 7.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#8AAE19 (or 0x8AAE19) is known color: Limerick. HEX triplet: 8A, AE and 19. RGB value is (138,174,25). Sum of RGB (Red+Green+Blue) = 138+174+25=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE19 is #7551E6. Grayscale: #929292. Windows color (decimal): -7688679 or 1683082. OLE color: 1683082.

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

Color convert

RGB 138 174 25 -
CMYK 0.21 0 0.86 0.32
HSL 74.5º 0.75% 0.39% -
HSV(B) 74.5º 0.86% 0.68% -
XYZ 25.79 35.75 6.46 -
YUV 146.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 138 174 25 0.21 0 0.86 0.32 74.5 0.75 0.39
Hex 8A AE 19 15 0 56 20 4A 4B 27
Octal 212 256 31 25 0 126 40 112 113 47
Binary 10001010 10101110 11001 10101 0 1010110 100000 1001010 1001011 100111

Color Harmonies of #8AAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE19

Black with #8AAE19

Text Example


Text Example

White with #8AAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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