#95EFAC

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

Shades of Chinook #95EFAC

Tints of Chinook #95EFAC

Color information

#95EFAC (or 0x95EFAC) is unknown color: approx Chinook. HEX triplet: 95, EF and AC. RGB value is (149,239,172). Sum of RGB (Red+Green+Blue) = 149+239+172=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAC is #6A1053. Grayscale: #CCCCCC. Windows color (decimal): -6950996 or 11333525. OLE color: 11333525.

HSL color Cylindrical-coordinate representation of color #95EFAC: hue angle of 135.33º degrees, saturation: 0.74, 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 #95EFAC is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB149239172-
CMYK0.3800.280.06
HSL135.33º73.77%76.08%-
HSV(B)135.33º37.66%93.73%-
XYZ50.7171.150.08-
YUV204.45109.6888.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.61%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=26.61%
G=42.68%
B=30.71%

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
Decimal1492391720.3800.280.06135.3373.7776.08
Hex95EFAC2601C6874a4c
Octal225357254460346207112114
Binary1001010111101111101011001001100111001101000011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,172); }

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

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

 a { background-color: rgb(149,239,172); }

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

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

 span { border-color: rgb(149,239,172); }

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