#8DDC98

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

Shades of Light Green #8DDC98

Tints of Light Green #8DDC98

Color information

#8DDC98 (or 0x8DDC98) is unknown color: approx Light Green. HEX triplet: 8D, DC and 98. RGB value is (141,220,152). Sum of RGB (Red+Green+Blue) = 141+220+152=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC98 is #722367. Grayscale: #BCBCBC. Windows color (decimal): -7480168 or 10017933. OLE color: 10017933.

HSL color Cylindrical-coordinate representation of color #8DDC98: hue angle of 128.35º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDC98 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB141220152-
CMYK0.3600.310.14
HSL128.35º53.02%70.78%-
HSV(B)128.35º35.91%86.27%-
XYZ42.2559.1238.89-
YUV188.63107.3394.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=27.49%
G=42.88%
B=29.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201520.3600.310.14128.3553.0270.78
Hex8DDC982401FE803547
Octal215334230440371620065107
Binary1000110111011100100110001001000111111110100000001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,152); }

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

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

 a { background-color: rgb(141,220,152); }

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

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

 span { border-color: rgb(141,220,152); }

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