#95DF9A

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

Shades of Light Green #95DF9A

Tints of Light Green #95DF9A

Color information

#95DF9A (or 0x95DF9A) is unknown color: approx Light Green. HEX triplet: 95, DF and 9A. RGB value is (149,223,154). Sum of RGB (Red+Green+Blue) = 149+223+154=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF9A is #6A2065. Grayscale: #C1C1C1. Windows color (decimal): -6955110 or 10149781. OLE color: 10149781.

HSL color Cylindrical-coordinate representation of color #95DF9A: hue angle of 124.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DF9A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB149223154-
CMYK0.3300.310.13
HSL124.05º53.62%72.94%-
HSV(B)124.05º33.18%87.45%-
XYZ44.6161.540.09-
YUV193.01105.9896.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=28.33%
G=42.40%
B=29.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492231540.3300.310.13124.0553.6272.94
Hex95DF9A2101FD7c3649
Octal225337232410371517466111
Binary100101011101111110011010100001011111110111111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DF9A; }

 p { color: rgb(149,223,154); }

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

<style>
 a { background-color: #95DF9A; }

 a { background-color: rgb(149,223,154); }

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

<style>
 span { border-color: #95DF9A; }

 span { border-color: rgb(149,223,154); }

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