Html Css Color HEX #8AAE13 Limerick

📋 copy color: '#8AAE13'

red 138 ◦ green 174 ◦ blue 19

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

Shades of Limerick #8AAE13

Tints of Limerick #8AAE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 41.69%
G = 52.57%
B = 5.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#8AAE13 (or 0x8AAE13) is known color: Limerick. HEX triplet: 8A, AE and 13. RGB value is (138,174,19). Sum of RGB (Red+Green+Blue) = 138+174+19=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE13 is #7551EC. Grayscale: #929292. Windows color (decimal): -7688685 or 1289866. OLE color: 1289866.

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

Color convert

RGB 138 174 19 -
CMYK 0.21 0 0.89 0.32
HSL 73.94º 0.8% 0.38% -
HSV(B) 73.94º 0.89% 0.68% -
XYZ 25.73 35.72 6.15 -
YUV 145.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 138 174 19 0.21 0 0.89 0.32 73.94 0.8 0.38
Hex 8A AE 13 15 0 59 20 4A 50 26
Octal 212 256 23 25 0 131 40 112 120 46
Binary 10001010 10101110 10011 10101 0 1011001 100000 1001010 1010000 100110

Color Harmonies of #8AAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE13

Black with #8AAE13

Text Example


Text Example

White with #8AAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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