Html Css Color HEX #9EDDA3 Chinook

📋 copy color: '#9EDDA3'

red 158 ◦ green 221 ◦ blue 163

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

Shades of Chinook #9EDDA3

Tints of Chinook #9EDDA3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 29.15%
G = 40.77%
B = 30.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9EDDA3 (or 0x9EDDA3) is known color: Chinook. HEX triplet: 9E, DD and A3. RGB value is (158,221,163). Sum of RGB (Red+Green+Blue) = 158+221+163=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDA3 is #61225C. Grayscale: #C3C3C3. Windows color (decimal): -6365789 or 10739102. OLE color: 10739102.

HSL color Cylindrical-coordinate representation of color #9EDDA3: hue angle of 124.76º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDA3 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 163 -
CMYK 0.29 0 0.26 0.13
HSL 124.76º 0.48% 0.74% -
HSV(B) 124.76º 0.29% 0.87% -
XYZ 46.57 61.63 44.09 -
YUV 195.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 158 221 163 0.29 0 0.26 0.13 124.76 0.48 0.74
Hex 9E DD A3 1D 0 1A D 7D 30 4A
Octal 236 335 243 35 0 32 15 175 60 112
Binary 10011110 11011101 10100011 11101 0 11010 1101 1111101 110000 1001010

Color Harmonies of #9EDDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDA3

Black with #9EDDA3

Text Example


Text Example

White with #9EDDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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