#95DA9E

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

Shades of Chinook #95DA9E

Tints of Chinook #95DA9E

Color information

#95DA9E (or 0x95DA9E) is unknown color: approx Chinook. HEX triplet: 95, DA and 9E. RGB value is (149,218,158). Sum of RGB (Red+Green+Blue) = 149+218+158=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA9E is #6A2561. Grayscale: #BEBEBE. Windows color (decimal): -6956386 or 10410645. OLE color: 10410645.

HSL color Cylindrical-coordinate representation of color #95DA9E: hue angle of 127.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DA9E is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB149218158-
CMYK0.3200.280.15
HSL127.83º48.25%71.96%-
HSV(B)127.83º31.65%85.49%-
XYZ43.645941.44-
YUV190.53109.6498.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=28.38%
G=41.52%
B=30.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181580.3200.280.15127.8348.2571.96
Hex95DA9E2001CF803048
Octal225332236400341720060110
Binary1001010111011010100111101000000111001111100000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,158); }

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

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

 a { background-color: rgb(149,218,158); }

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

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

 span { border-color: rgb(149,218,158); }

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