#95F898

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

Shades of Pale Green #95F898

Tints of Pale Green #95F898

Color information

#95F898 (or 0x95F898) is unknown color: approx Pale Green. HEX triplet: 95, F8 and 98. RGB value is (149,248,152). Sum of RGB (Red+Green+Blue) = 149+248+152=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #95F898 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F898 is #6A0767. Grayscale: #CFCFCF. Windows color (decimal): -6948712 or 10025109. OLE color: 10025109.

HSL color Cylindrical-coordinate representation of color #95F898: hue angle of 121.82º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F898 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB149248152-
CMYK0.4000.390.03
HSL121.82º87.61%77.84%-
HSV(B)121.82º39.92%97.25%-
XYZ51.6375.7941.61-
YUV207.4696.786.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 248 (97.27% from 255) = 45.17%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=27.14%
G=45.17%
B=27.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492481520.4000.390.03121.8287.6177.84
Hex95F8982802737a584e
Octal225370230500473172130116
Binary100101011111100010011000101000010011111111101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,152); }

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

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

 a { background-color: rgb(149,248,152); }

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

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

 span { border-color: rgb(149,248,152); }

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