#8DEBA0

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

Shades of Light Green #8DEBA0

Tints of Light Green #8DEBA0

Color information

#8DEBA0 (or 0x8DEBA0) is unknown color: approx Light Green. HEX triplet: 8D, EB and A0. RGB value is (141,235,160). Sum of RGB (Red+Green+Blue) = 141+235+160=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBA0 is #72145F. Grayscale: #C6C6C6. Windows color (decimal): -7476320 or 10546061. OLE color: 10546061.

HSL color Cylindrical-coordinate representation of color #8DEBA0: hue angle of 132.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBA0 is Cyan = 0.4, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB141235160-
CMYK0.400.320.08
HSL132.13º70.15%73.73%-
HSV(B)132.13º40%92.16%-
XYZ47.0467.6243.83-
YUV198.34106.3687.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=26.31%
G=43.84%
B=29.85%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351600.400.320.08132.1370.1573.73
Hex8DEBA028020884464a
Octal2153532405004010204106112
Binary100011011110101110100000101000010000010001000010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,160); }

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

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

 a { background-color: rgb(141,235,160); }

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

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

 span { border-color: rgb(141,235,160); }

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