Html Css Color HEX #9EDFA2 Chinook

📋 copy color: '#9EDFA2'

red 158 ◦ green 223 ◦ blue 162

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

Shades of Chinook #9EDFA2

Tints of Chinook #9EDFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 162 (63.67% from 255) = 29.83%

R = 29.1%
G = 41.07%
B = 29.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9EDFA2 (or 0x9EDFA2) is known color: Chinook. HEX triplet: 9E, DF and A2. RGB value is (158,223,162). Sum of RGB (Red+Green+Blue) = 158+223+162=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFA2 is #61205D. Grayscale: #C4C4C4. Windows color (decimal): -6365278 or 10674078. OLE color: 10674078.

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

Color convert

RGB 158 223 162 -
CMYK 0.29 0 0.27 0.13
HSL 123.69º 0.5% 0.75% -
HSV(B) 123.69º 0.29% 0.87% -
XYZ 47.01 62.65 43.8 -
YUV 196.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 158 223 162 0.29 0 0.27 0.13 123.69 0.5 0.75
Hex 9E DF A2 1D 0 1B D 7C 32 4B
Octal 236 337 242 35 0 33 15 174 62 113
Binary 10011110 11011111 10100010 11101 0 11011 1101 1111100 110010 1001011

Color Harmonies of #9EDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFA2

Black with #9EDFA2

Text Example


Text Example

White with #9EDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,162); }

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

background-color css

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

 a { background-color: rgb(158,223,162); }

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

border-color css

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

 span { border-color: rgb(158,223,162); }

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