Html Css Color HEX #8AAE40 Limerick

📋 copy color: '#8AAE40'

red 138 ◦ green 174 ◦ blue 64

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

Shades of Limerick #8AAE40

Tints of Limerick #8AAE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 36.7%
G = 46.28%
B = 17.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#8AAE40 (or 0x8AAE40) is known color: Limerick. HEX triplet: 8A, AE and 40. RGB value is (138,174,64). Sum of RGB (Red+Green+Blue) = 138+174+64=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE40 is #7551BF. Grayscale: #979797. Windows color (decimal): -7688640 or 4238986. OLE color: 4238986.

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

Color convert

RGB 138 174 64 -
CMYK 0.21 0 0.63 0.32
HSL 79.64º 0.46% 0.47% -
HSV(B) 79.64º 0.63% 0.68% -
XYZ 26.54 36.05 10.41 -
YUV 150.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 138 174 64 0.21 0 0.63 0.32 79.64 0.46 0.47
Hex 8A AE 40 15 0 3F 20 50 2E 2F
Octal 212 256 100 25 0 77 40 120 56 57
Binary 10001010 10101110 1000000 10101 0 111111 100000 1010000 101110 101111

Color Harmonies of #8AAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE40

Black with #8AAE40

Text Example


Text Example

White with #8AAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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