#95FCAA

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

Shades of Pale Green #95FCAA

Tints of Pale Green #95FCAA

Color information

#95FCAA (or 0x95FCAA) is unknown color: approx Pale Green. HEX triplet: 95, FC and AA. RGB value is (149,252,170). Sum of RGB (Red+Green+Blue) = 149+252+170=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FCAA is #6A0355. Grayscale: #D4D4D4. Windows color (decimal): -6947670 or 11205781. OLE color: 11205781.

HSL color Cylindrical-coordinate representation of color #95FCAA: hue angle of 132.23º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCAA is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB149252170-
CMYK0.4100.330.01
HSL132.23º94.5%78.63%-
HSV(B)132.23º40.87%98.82%-
XYZ54.4678.9150.39-
YUV211.85104.3883.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.09%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=26.09%
G=44.13%
B=29.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521700.4100.330.01132.2394.578.63
Hex95FCAA290211845e4f
Octal225374252510411204136117
Binary100101011111110010101010101001010000111000010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,170); }

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

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

 a { background-color: rgb(149,252,170); }

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

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

 span { border-color: rgb(149,252,170); }

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