Html Css Color HEX #8AAE0F Limerick

📋 copy color: '#8AAE0F'

red 138 ◦ green 174 ◦ blue 15

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

Shades of Limerick #8AAE0F

Tints of Limerick #8AAE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 42.2%
G = 53.21%
B = 4.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#8AAE0F (or 0x8AAE0F) is known color: Limerick. HEX triplet: 8A, AE and 0F. RGB value is (138,174,15). Sum of RGB (Red+Green+Blue) = 138+174+15=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE0F is #7551F0. Grayscale: #919191. Windows color (decimal): -7688689 or 1027722. OLE color: 1027722.

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

Color convert

RGB 138 174 15 -
CMYK 0.21 0 0.91 0.32
HSL 73.58º 0.84% 0.37% -
HSV(B) 73.58º 0.91% 0.68% -
XYZ 25.7 35.71 5.99 -
YUV 145.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 138 174 15 0.21 0 0.91 0.32 73.58 0.84 0.37
Hex 8A AE F 15 0 5B 20 4A 54 25
Octal 212 256 17 25 0 133 40 112 124 45
Binary 10001010 10101110 1111 10101 0 1011011 100000 1001010 1010100 100101

Color Harmonies of #8AAE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE0F

Black with #8AAE0F

Text Example


Text Example

White with #8AAE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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