#8DDA94

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

Shades of Light Green #8DDA94

Tints of Light Green #8DDA94

Color information

#8DDA94 (or 0x8DDA94) is unknown color: approx Light Green. HEX triplet: 8D, DA and 94. RGB value is (141,218,148). Sum of RGB (Red+Green+Blue) = 141+218+148=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA94 is #72256B. Grayscale: #BBBBBB. Windows color (decimal): -7480684 or 9755277. OLE color: 9755277.

HSL color Cylindrical-coordinate representation of color #8DDA94: hue angle of 125.45º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDA94 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB141218148-
CMYK0.3500.320.15
HSL125.45º50.99%70.39%-
HSV(B)125.45º35.32%85.49%-
XYZ41.457.9437.02-
YUV187105.9995.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=27.81%
G=43.00%
B=29.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181480.3500.320.15125.4550.9970.39
Hex8DDA9423020F7d3346
Octal215332224430401717563106
Binary1000110111011010100101001000110100000111111111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,148); }

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

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

 a { background-color: rgb(141,218,148); }

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

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

 span { border-color: rgb(141,218,148); }

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