#95EF9F

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

Shades of Pale Green #95EF9F

Tints of Pale Green #95EF9F

Color information

#95EF9F (or 0x95EF9F) is unknown color: approx Pale Green. HEX triplet: 95, EF and 9F. RGB value is (149,239,159). Sum of RGB (Red+Green+Blue) = 149+239+159=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF9F is #6A1060. Grayscale: #CBCBCB. Windows color (decimal): -6951009 or 10481557. OLE color: 10481557.

HSL color Cylindrical-coordinate representation of color #95EF9F: hue angle of 126.67º degrees, saturation: 0.74, 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 #95EF9F is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB149239159-
CMYK0.3800.330.06
HSL126.67º73.77%76.08%-
HSV(B)126.67º37.66%93.73%-
XYZ49.5270.6343.82-
YUV202.97103.1889.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=27.24%
G=43.69%
B=29.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391590.3800.330.06126.6773.7776.08
Hex95EF9F2602167f4a4c
Octal225357237460416177112114
Binary1001010111101111100111111001100100001110111111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,159); }

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

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

 a { background-color: rgb(149,239,159); }

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

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

 span { border-color: rgb(149,239,159); }

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