Html Css Color HEX #9EE0A3 Chinook

📋 copy color: '#9EE0A3'

red 158 ◦ green 224 ◦ blue 163

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

Shades of Chinook #9EE0A3

Tints of Chinook #9EE0A3

RGB

 RED value IS 158 (62.11% from 255) = 28.99%

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

 BLUE value IS 163 (64.06% from 255) = 29.91%

R = 28.99%
G = 41.1%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#9EE0A3 (or 0x9EE0A3) is known color: Chinook. HEX triplet: 9E, E0 and A3. RGB value is (158,224,163). Sum of RGB (Red+Green+Blue) = 158+224+163=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE0A3 is #611F5C. Grayscale: #C5C5C5. Windows color (decimal): -6365021 or 10739870. OLE color: 10739870.

HSL color Cylindrical-coordinate representation of color #9EE0A3: hue angle of 124.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0A3 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 163 -
CMYK 0.29 0 0.27 0.12
HSL 124.55º 0.52% 0.75% -
HSV(B) 124.55º 0.29% 0.88% -
XYZ 47.37 63.22 44.36 -
YUV 197.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 158 224 163 0.29 0 0.27 0.12 124.55 0.52 0.75
Hex 9E E0 A3 1D 0 1B C 7D 34 4B
Octal 236 340 243 35 0 33 14 175 64 113
Binary 10011110 11100000 10100011 11101 0 11011 1100 1111101 110100 1001011

Color Harmonies of #9EE0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0A3

Black with #9EE0A3

Text Example


Text Example

White with #9EE0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE0A3; }

 p { color: rgb(158,224,163); }

 H1.HeaderClassName
 {
   color: #9EE0A3;
 }
 .AnyTagClassName
 {
   color: #9EE0A3;
 }
</style>

background-color css

<style>
 a { background-color: #9EE0A3; }

 a { background-color: rgb(158,224,163); }

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

border-color css

<style>
 span { border-color: #9EE0A3; }

 span { border-color: rgb(158,224,163); }

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