Html Css Color HEX #95E0AA Chinook

📋 copy color: '#95E0AA'

red 149 ◦ green 224 ◦ blue 170

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

Shades of Chinook #95E0AA

Tints of Chinook #95E0AA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 27.44%
G = 41.25%
B = 31.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#95E0AA (or 0x95E0AA) is known color: Chinook. HEX triplet: 95, E0 and AA. RGB value is (149,224,170). Sum of RGB (Red+Green+Blue) = 149+224+170=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0AA is #6A1F55. Grayscale: #C3C3C3. Windows color (decimal): -6954838 or 11198613. OLE color: 11198613.

HSL color Cylindrical-coordinate representation of color #95E0AA: hue angle of 136.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0AA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 170 -
CMYK 0.33 0 0.24 0.12
HSL 136.8º 0.55% 0.73% -
HSV(B) 136.8º 0.33% 0.88% -
XYZ 46.31 62.6 47.67 -
YUV 195.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 149 224 170 0.33 0 0.24 0.12 136.8 0.55 0.73
Hex 95 E0 AA 21 0 18 C 89 37 49
Octal 225 340 252 41 0 30 14 211 67 111
Binary 10010101 11100000 10101010 100001 0 11000 1100 10001001 110111 1001001

Color Harmonies of #95E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0AA

Black with #95E0AA

Text Example


Text Example

White with #95E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,224,170); }

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

background-color css

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

 a { background-color: rgb(149,224,170); }

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

border-color css

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

 span { border-color: rgb(149,224,170); }

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