Html Css Color HEX #8DAA2B Limerick

📋 copy color: '#8DAA2B'

red 141 ◦ green 170 ◦ blue 43

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

Shades of Limerick #8DAA2B

Tints of Limerick #8DAA2B

RGB

 RED value IS 141 (55.47% from 255) = 39.83%

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 39.83%
G = 48.02%
B = 12.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#8DAA2B (or 0x8DAA2B) is known color: Limerick. HEX triplet: 8D, AA and 2B. RGB value is (141,170,43). Sum of RGB (Red+Green+Blue) = 141+170+43=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA2B is #7255D4. Grayscale: #939393. Windows color (decimal): -7493077 or 2861709. OLE color: 2861709.

HSL color Cylindrical-coordinate representation of color #8DAA2B: hue angle of 73.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DAA2B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 170 43 -
CMYK 0.17 0 0.75 0.33
HSL 73.7º 0.6% 0.42% -
HSV(B) 73.7º 0.75% 0.67% -
XYZ 25.8 34.59 7.6 -
YUV 146.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 141 170 43 0.17 0 0.75 0.33 73.7 0.6 0.42
Hex 8D AA 2B 11 0 4B 21 4A 3C 2A
Octal 215 252 53 21 0 113 41 112 74 52
Binary 10001101 10101010 101011 10001 0 1001011 100001 1001010 111100 101010

Color Harmonies of #8DAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA2B

Black with #8DAA2B

Text Example


Text Example

White with #8DAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,43); }

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

background-color css

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

 a { background-color: rgb(141,170,43); }

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

border-color css

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

 span { border-color: rgb(141,170,43); }

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