Html Css Color HEX #8DA932 Limerick

📋 copy color: '#8DA932'

red 141 ◦ green 169 ◦ blue 50

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

Shades of Limerick #8DA932

Tints of Limerick #8DA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 39.17%
G = 46.94%
B = 13.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#8DA932 (or 0x8DA932) is known color: Limerick. HEX triplet: 8D, A9 and 32. RGB value is (141,169,50). Sum of RGB (Red+Green+Blue) = 141+169+50=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA932 is #7256CD. Grayscale: #939393. Windows color (decimal): -7493326 or 3320205. OLE color: 3320205.

HSL color Cylindrical-coordinate representation of color #8DA932: hue angle of 74.12º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DA932 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 169 50 -
CMYK 0.17 0 0.70 0.34
HSL 74.12º 0.54% 0.43% -
HSV(B) 74.12º 0.7% 0.66% -
XYZ 25.75 34.27 8.28 -
YUV 147.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 141 169 50 0.17 0 0.70 0.34 74.12 0.54 0.43
Hex 8D A9 32 11 0 46 22 4A 36 2B
Octal 215 251 62 21 0 106 42 112 66 53
Binary 10001101 10101001 110010 10001 0 1000110 100010 1001010 110110 101011

Color Harmonies of #8DA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA932

Black with #8DA932

Text Example


Text Example

White with #8DA932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,169,50); }

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

background-color css

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

 a { background-color: rgb(141,169,50); }

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

border-color css

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

 span { border-color: rgb(141,169,50); }

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