Html Css Color HEX #95E3A6 Chinook

📋 copy color: '#95E3A6'

red 149 ◦ green 227 ◦ blue 166

#95E3A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #95E3A6

Tints of Chinook #95E3A6

RGB

 RED value IS 149 (58.59% from 255) = 27.49%

 GREEN value IS 227 (89.06% from 255) = 41.88%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 27.49%
G = 41.88%
B = 30.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#95E3A6 (or 0x95E3A6) is known color: Chinook. HEX triplet: 95, E3 and A6. RGB value is (149,227,166). Sum of RGB (Red+Green+Blue) = 149+227+166=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E3A6 is #6A1C59. Grayscale: #C4C4C4. Windows color (decimal): -6954074 or 10937237. OLE color: 10937237.

HSL color Cylindrical-coordinate representation of color #95E3A6: hue angle of 133.08º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3A6 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 166 -
CMYK 0.34 0 0.27 0.11
HSL 133.08º 0.58% 0.74% -
HSV(B) 133.08º 0.34% 0.89% -
XYZ 46.75 64.08 45.98 -
YUV 196.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 149 227 166 0.34 0 0.27 0.11 133.08 0.58 0.74
Hex 95 E3 A6 22 0 1B B 85 3A 4A
Octal 225 343 246 42 0 33 13 205 72 112
Binary 10010101 11100011 10100110 100010 0 11011 1011 10000101 111010 1001010

Color Harmonies of #95E3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E3A6

Black with #95E3A6

Text Example


Text Example

White with #95E3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,166); }

 H1.HeaderClassName
 {
   color: #95E3A6;
 }
 .AnyTagClassName
 {
   color: #95E3A6;
 }
</style>

background-color css

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

 a { background-color: rgb(149,227,166); }

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

border-color css

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

 span { border-color: rgb(149,227,166); }

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