#9DF095

Color #9DF095 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9DF095

Tints of Pale Green #9DF095

Color information

#9DF095 (or 0x9DF095) is unknown color: approx Pale Green. HEX triplet: 9D, F0 and 95. RGB value is (157,240,149). Sum of RGB (Red+Green+Blue) = 157+240+149=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF095 is #620F6A. Grayscale: #CDCDCD. Windows color (decimal): -6426475 or 9826461. OLE color: 9826461.

HSL color Cylindrical-coordinate representation of color #9DF095: hue angle of 114.73º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF095 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB157240149-
CMYK0.3500.380.06
HSL114.73º75.21%76.27%-
HSV(B)114.73º37.92%94.12%-
XYZ50.4971.6639.6-
YUV204.8196.593.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=28.75%
G=43.96%
B=27.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401490.3500.380.06114.7375.2176.27
Hex9DF095230266734b4c
Octal235360225430466163113114
Binary1001110111110000100101011000110100110110111001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DF095; }

 p { color: rgb(157,240,149); }

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

<style>
 a { background-color: #9DF095; }

 a { background-color: rgb(157,240,149); }

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

<style>
 span { border-color: #9DF095; }

 span { border-color: rgb(157,240,149); }

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