Html Css Color HEX #95E9A7 Chinook

📋 copy color: '#95E9A7'

red 149 ◦ green 233 ◦ blue 167

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

Shades of Chinook #95E9A7

Tints of Chinook #95E9A7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

 BLUE value IS 167 (65.63% from 255) = 30.42%

R = 27.14%
G = 42.44%
B = 30.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#95E9A7 (or 0x95E9A7) is known color: Chinook. HEX triplet: 95, E9 and A7. RGB value is (149,233,167). Sum of RGB (Red+Green+Blue) = 149+233+167=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9A7 is #6A1658. Grayscale: #C8C8C8. Windows color (decimal): -6952537 or 11004309. OLE color: 11004309.

HSL color Cylindrical-coordinate representation of color #95E9A7: hue angle of 132.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9A7 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 167 -
CMYK 0.36 0 0.28 0.09
HSL 132.86º 0.66% 0.75% -
HSV(B) 132.86º 0.36% 0.91% -
XYZ 48.51 67.46 47.02 -
YUV 200.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 149 233 167 0.36 0 0.28 0.09 132.86 0.66 0.75
Hex 95 E9 A7 24 0 1C 9 85 42 4B
Octal 225 351 247 44 0 34 11 205 102 113
Binary 10010101 11101001 10100111 100100 0 11100 1001 10000101 1000010 1001011

Color Harmonies of #95E9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E9A7

Black with #95E9A7

Text Example


Text Example

White with #95E9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,233,167); }

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

background-color css

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

 a { background-color: rgb(149,233,167); }

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

border-color css

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

 span { border-color: rgb(149,233,167); }

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