Html Css Color HEX #8DAE3C Limerick

📋 copy color: '#8DAE3C'

red 141 ◦ green 174 ◦ blue 60

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

Shades of Limerick #8DAE3C

Tints of Limerick #8DAE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16%

R = 37.6%
G = 46.4%
B = 16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#8DAE3C (or 0x8DAE3C) is known color: Limerick. HEX triplet: 8D, AE and 3C. RGB value is (141,174,60). Sum of RGB (Red+Green+Blue) = 141+174+60=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE3C is #7251C3. Grayscale: #979797. Windows color (decimal): -7492036 or 3976845. OLE color: 3976845.

HSL color Cylindrical-coordinate representation of color #8DAE3C: hue angle of 77.37º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DAE3C is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 60 -
CMYK 0.19 0 0.66 0.32
HSL 77.37º 0.49% 0.46% -
HSV(B) 77.37º 0.66% 0.68% -
XYZ 26.94 36.26 9.85 -
YUV 151.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 141 174 60 0.19 0 0.66 0.32 77.37 0.49 0.46
Hex 8D AE 3C 13 0 42 20 4D 31 2E
Octal 215 256 74 23 0 102 40 115 61 56
Binary 10001101 10101110 111100 10011 0 1000010 100000 1001101 110001 101110

Color Harmonies of #8DAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE3C

Black with #8DAE3C

Text Example


Text Example

White with #8DAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,60); }

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

background-color css

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

 a { background-color: rgb(141,174,60); }

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

border-color css

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

 span { border-color: rgb(141,174,60); }

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