#95F0AD

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

Shades of Chinook #95F0AD

Tints of Chinook #95F0AD

Color information

#95F0AD (or 0x95F0AD) is unknown color: approx Chinook. HEX triplet: 95, F0 and AD. RGB value is (149,240,173). Sum of RGB (Red+Green+Blue) = 149+240+173=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F0AD is #6A0F52. Grayscale: #CDCDCD. Windows color (decimal): -6950739 or 11399317. OLE color: 11399317.

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

Color convert

RGB149240173-
CMYK0.3800.280.06
HSL135.82º75.21%76.27%-
HSV(B)135.82º37.92%94.12%-
XYZ51.171.7350.69-
YUV205.15109.8587.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=26.51%
G=42.70%
B=30.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401730.3800.280.06135.8275.2176.27
Hex95F0AD2601C6884b4c
Octal225360255460346210113114
Binary1001010111110000101011011001100111001101000100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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