#95D59F

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

Shades of Chinook #95D59F

Tints of Chinook #95D59F

Color information

#95D59F (or 0x95D59F) is unknown color: approx Chinook. HEX triplet: 95, D5 and 9F. RGB value is (149,213,159). Sum of RGB (Red+Green+Blue) = 149+213+159=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59F is #6A2A60. Grayscale: #BBBBBB. Windows color (decimal): -6957665 or 10474901. OLE color: 10474901.

HSL color Cylindrical-coordinate representation of color #95D59F: hue angle of 129.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D59F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB149213159-
CMYK0.3000.250.16
HSL129.38º43.24%70.98%-
HSV(B)129.38º30.05%83.53%-
XYZ42.4556.4841.47-
YUV187.71111.8100.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=28.60%
G=40.88%
B=30.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131590.3000.250.16129.3843.2470.98
Hex95D59F1E01910812b47
Octal225325237360312020153107
Binary1001010111010101100111111111001100110000100000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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