#95DA9A

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

Shades of Chinook #95DA9A

Tints of Chinook #95DA9A

Color information

#95DA9A (or 0x95DA9A) is unknown color: approx Chinook. HEX triplet: 95, DA and 9A. RGB value is (149,218,154). Sum of RGB (Red+Green+Blue) = 149+218+154=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA9A is #6A2565. Grayscale: #BEBEBE. Windows color (decimal): -6956390 or 10148501. OLE color: 10148501.

HSL color Cylindrical-coordinate representation of color #95DA9A: hue angle of 124.35º 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 #95DA9A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB149218154-
CMYK0.3200.290.15
HSL124.35º48.25%71.96%-
HSV(B)124.35º31.65%85.49%-
XYZ43.358.8739.65-
YUV190.07107.6498.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=28.60%
G=41.84%
B=29.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181540.3200.290.15124.3548.2571.96
Hex95DA9A2001DF7c3048
Octal225332232400351717460110
Binary100101011101101010011010100000011101111111111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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