Html Css Color HEX #8AAC0F Limerick

📋 copy color: '#8AAC0F'

red 138 ◦ green 172 ◦ blue 15

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

Shades of Limerick #8AAC0F

Tints of Limerick #8AAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.92%

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

R = 42.46%
G = 52.92%
B = 4.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#8AAC0F (or 0x8AAC0F) is known color: Limerick. HEX triplet: 8A, AC and 0F. RGB value is (138,172,15). Sum of RGB (Red+Green+Blue) = 138+172+15=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC0F is #7553F0. Grayscale: #909090. Windows color (decimal): -7689201 or 1027210. OLE color: 1027210.

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

Color convert

RGB 138 172 15 -
CMYK 0.20 0 0.91 0.33
HSL 72.99º 0.84% 0.37% -
HSV(B) 72.99º 0.91% 0.67% -
XYZ 25.32 34.94 5.86 -
YUV 143.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 138 172 15 0.20 0 0.91 0.33 72.99 0.84 0.37
Hex 8A AC F 14 0 5B 21 49 54 25
Octal 212 254 17 24 0 133 41 111 124 45
Binary 10001010 10101100 1111 10100 0 1011011 100001 1001001 1010100 100101

Color Harmonies of #8AAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC0F

Black with #8AAC0F

Text Example


Text Example

White with #8AAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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