#95FBA5

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

Shades of Pale Green #95FBA5

Tints of Pale Green #95FBA5

Color information

#95FBA5 (or 0x95FBA5) is unknown color: approx Pale Green. HEX triplet: 95, FB and A5. RGB value is (149,251,165). Sum of RGB (Red+Green+Blue) = 149+251+165=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBA5 is #6A045A. Grayscale: #D2D2D2. Windows color (decimal): -6947931 or 10877845. OLE color: 10877845.

HSL color Cylindrical-coordinate representation of color #95FBA5: hue angle of 129.41º 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 #95FBA5 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB149251165-
CMYK0.4100.340.02
HSL129.41º92.73%78.43%-
HSV(B)129.41º40.64%98.43%-
XYZ53.6878.147.84-
YUV210.7102.2183.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=26.37%
G=44.42%
B=29.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511650.4100.340.02129.4192.7378.43
Hex95FBA5290222815d4e
Octal225373245510422201135116
Binary1001010111111011101001011010010100010101000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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