Html Css Color HEX #95E7AA Chinook

📋 copy color: '#95E7AA'

red 149 ◦ green 231 ◦ blue 170

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

Shades of Chinook #95E7AA

Tints of Chinook #95E7AA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

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

R = 27.09%
G = 42%
B = 30.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#95E7AA (or 0x95E7AA) is known color: Chinook. HEX triplet: 95, E7 and AA. RGB value is (149,231,170). Sum of RGB (Red+Green+Blue) = 149+231+170=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #95E7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E7AA is #6A1855. Grayscale: #C7C7C7. Windows color (decimal): -6953046 or 11200405. OLE color: 11200405.

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

Color convert

RGB 149 231 170 -
CMYK 0.35 0 0.26 0.09
HSL 135.37º 0.63% 0.75% -
HSV(B) 135.37º 0.35% 0.91% -
XYZ 48.23 66.44 48.31 -
YUV 199.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 149 231 170 0.35 0 0.26 0.09 135.37 0.63 0.75
Hex 95 E7 AA 23 0 1A 9 87 3F 4B
Octal 225 347 252 43 0 32 11 207 77 113
Binary 10010101 11100111 10101010 100011 0 11010 1001 10000111 111111 1001011

Color Harmonies of #95E7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E7AA

Black with #95E7AA

Text Example


Text Example

White with #95E7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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