#95FBA4

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

Shades of Pale Green #95FBA4

Tints of Pale Green #95FBA4

Color information

#95FBA4 (or 0x95FBA4) is unknown color: approx Pale Green. HEX triplet: 95, FB and A4. RGB value is (149,251,164). Sum of RGB (Red+Green+Blue) = 149+251+164=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBA4 is #6A045B. Grayscale: #D2D2D2. Windows color (decimal): -6947932 or 10812309. OLE color: 10812309.

HSL color Cylindrical-coordinate representation of color #95FBA4: hue angle of 128.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBA4 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB149251164-
CMYK0.4100.350.02
HSL128.82º92.73%78.43%-
HSV(B)128.82º40.64%98.43%-
XYZ53.5978.0647.37-
YUV210.58101.7184.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 251 (98.44% from 255) = 44.50%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=26.42%
G=44.50%
B=29.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511640.4100.350.02128.8292.7378.43
Hex95FBA4290232815d4e
Octal225373244510432201135116
Binary1001010111111011101001001010010100011101000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,164); }

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

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

 a { background-color: rgb(149,251,164); }

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

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

 span { border-color: rgb(149,251,164); }

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