Html Css Color HEX #8AAE25 Limerick

📋 copy color: '#8AAE25'

red 138 ◦ green 174 ◦ blue 37

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

Shades of Limerick #8AAE25

Tints of Limerick #8AAE25

RGB

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

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

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

R = 39.54%
G = 49.86%
B = 10.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#8AAE25 (or 0x8AAE25) is known color: Limerick. HEX triplet: 8A, AE and 25. RGB value is (138,174,37). Sum of RGB (Red+Green+Blue) = 138+174+37=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE25 is #7551DA. Grayscale: #949494. Windows color (decimal): -7688667 or 2469514. OLE color: 2469514.

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

Color convert

RGB 138 174 37 -
CMYK 0.21 0 0.79 0.32
HSL 75.77º 0.65% 0.41% -
HSV(B) 75.77º 0.79% 0.68% -
XYZ 25.95 35.81 7.29 -
YUV 147.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 138 174 37 0.21 0 0.79 0.32 75.77 0.65 0.41
Hex 8A AE 25 15 0 4F 20 4C 41 29
Octal 212 256 45 25 0 117 40 114 101 51
Binary 10001010 10101110 100101 10101 0 1001111 100000 1001100 1000001 101001

Color Harmonies of #8AAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE25

Black with #8AAE25

Text Example


Text Example

White with #8AAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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