#95EDAA

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

Shades of Chinook #95EDAA

Tints of Chinook #95EDAA

Color information

#95EDAA (or 0x95EDAA) is unknown color: approx Chinook. HEX triplet: 95, ED and AA. RGB value is (149,237,170). Sum of RGB (Red+Green+Blue) = 149+237+170=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDAA is #6A1255. Grayscale: #CBCBCB. Windows color (decimal): -6951510 or 11201941. OLE color: 11201941.

HSL color Cylindrical-coordinate representation of color #95EDAA: hue angle of 134.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDAA is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB149237170-
CMYK0.3700.280.07
HSL134.32º70.97%75.69%-
HSV(B)134.32º37.13%92.94%-
XYZ49.9369.8648.88-
YUV203.05109.3589.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=26.80%
G=42.63%
B=30.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371700.3700.280.07134.3270.9775.69
Hex95EDAA2501C786474c
Octal225355252450347206107114
Binary1001010111101101101010101001010111001111000011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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