#95F1AD

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

Shades of Chinook #95F1AD

Tints of Chinook #95F1AD

Color information

#95F1AD (or 0x95F1AD) is unknown color: approx Chinook. HEX triplet: 95, F1 and AD. RGB value is (149,241,173). Sum of RGB (Red+Green+Blue) = 149+241+173=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1AD is #6A0E52. Grayscale: #CDCDCD. Windows color (decimal): -6950483 or 11399573. OLE color: 11399573.

HSL color Cylindrical-coordinate representation of color #95F1AD: hue angle of 135.65º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1AD is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB149241173-
CMYK0.3800.280.05
HSL135.65º76.67%76.47%-
HSV(B)135.65º38.17%94.51%-
XYZ51.3972.3250.79-
YUV205.74109.5287.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=26.47%
G=42.81%
B=30.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411730.3800.280.05135.6576.6776.47
Hex95F1AD2601C5884d4c
Octal225361255460345210115114
Binary1001010111110001101011011001100111001011000100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,173); }

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

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

 a { background-color: rgb(149,241,173); }

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

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

 span { border-color: rgb(149,241,173); }

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