#90DC98

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

Shades of Light Green #90DC98

Tints of Light Green #90DC98

Color information

#90DC98 (or 0x90DC98) is unknown color: approx Light Green. HEX triplet: 90, DC and 98. RGB value is (144,220,152). Sum of RGB (Red+Green+Blue) = 144+220+152=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC98 is #6F2367. Grayscale: #BDBDBD. Windows color (decimal): -7283560 or 10017936. OLE color: 10017936.

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

Color convert

RGB144220152-
CMYK0.3500.310.14
HSL126.32º52.05%71.37%-
HSV(B)126.32º34.55%86.27%-
XYZ42.7659.3838.91-
YUV189.52106.8295.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=27.91%
G=42.64%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442201520.3500.310.14126.3252.0571.37
Hex90DC982301FE7e3447
Octal220334230430371617664107
Binary100100001101110010011000100011011111111011111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DC98; }

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

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

<style>
 a { background-color: #90DC98; }

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

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

<style>
 span { border-color: #90DC98; }

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

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