#95F09C

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

Shades of Pale Green #95F09C

Tints of Pale Green #95F09C

Color information

#95F09C (or 0x95F09C) is unknown color: approx Pale Green. HEX triplet: 95, F0 and 9C. RGB value is (149,240,156). Sum of RGB (Red+Green+Blue) = 149+240+156=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #95F09C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F09C is #6A0F63. Grayscale: #CBCBCB. Windows color (decimal): -6950756 or 10285205. OLE color: 10285205.

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

Color convert

RGB149240156-
CMYK0.3800.350.06
HSL124.62º75.21%76.27%-
HSV(B)124.62º37.92%94.12%-
XYZ49.5671.1142.57-
YUV203.21101.3589.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 240 (94.14% from 255) = 44.04%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=27.34%
G=44.04%
B=28.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401560.3800.350.06124.6275.2176.27
Hex95F09C2602367d4b4c
Octal225360234460436175113114
Binary1001010111110000100111001001100100011110111110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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