#8dae3e

Color #8DAE3E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8DAE3E

Tints of Limerick #8DAE3E

Color information

#8DAE3E (or 0x8DAE3E) is unknown color: approx Limerick. HEX triplet: 8D, AE and 3E. RGB value is (141,174,62). Sum of RGB (Red+Green+Blue) = 141+174+62=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE3E is #7251C1. Grayscale: #979797. Windows color (decimal): -7492034 or 4107917. OLE color: 4107917.

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

Color convert

RGB14117462-
CMYK0.1900.640.32
HSL77.68º47.46%46.27%-
HSV(B)77.68º64.37%68.24%-
XYZ26.9936.2810.14-
YUV151.3677.57120.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=37.40%
G=46.15%
B=16.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141174620.1900.640.3277.6847.4646.27
Hex8DAE3E13040204e2f2e
Octal21525676230100401165756
Binary100011011010111011111010011010000001000001001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dae3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8dae3e;
 }
 .AnyTagClassName
 {
   color: #8dae3e;
 }
</style>
background-color css

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

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

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

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

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

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