#95F29F

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

Shades of Pale Green #95F29F

Tints of Pale Green #95F29F

Color information

#95F29F (or 0x95F29F) is unknown color: approx Pale Green. HEX triplet: 95, F2 and 9F. RGB value is (149,242,159). Sum of RGB (Red+Green+Blue) = 149+242+159=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #95F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F29F is #6A0D60. Grayscale: #CCCCCC. Windows color (decimal): -6950241 or 10482325. OLE color: 10482325.

HSL color Cylindrical-coordinate representation of color #95F29F: hue angle of 126.45º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F29F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB149242159-
CMYK0.3800.340.05
HSL126.45º78.15%76.67%-
HSV(B)126.45º38.43%94.9%-
XYZ50.472.444.12-
YUV204.73102.1988.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=27.09%
G=44%
B=28.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421590.3800.340.05126.4578.1576.67
Hex95F29F2602257e4e4d
Octal225362237460425176116115
Binary1001010111110010100111111001100100010101111111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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