Html Css Color HEX #9EDBA2 Chinook

📋 copy color: '#9EDBA2'

red 158 ◦ green 219 ◦ blue 162

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

Shades of Chinook #9EDBA2

Tints of Chinook #9EDBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 29.31%
G = 40.63%
B = 30.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#9EDBA2 (or 0x9EDBA2) is known color: Chinook. HEX triplet: 9E, DB and A2. RGB value is (158,219,162). Sum of RGB (Red+Green+Blue) = 158+219+162=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA2 is #61245D. Grayscale: #C2C2C2. Windows color (decimal): -6366302 or 10673054. OLE color: 10673054.

HSL color Cylindrical-coordinate representation of color #9EDBA2: hue angle of 123.93º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBA2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 162 -
CMYK 0.28 0 0.26 0.14
HSL 123.93º 0.46% 0.74% -
HSV(B) 123.93º 0.28% 0.86% -
XYZ 45.95 60.54 43.45 -
YUV 194.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 158 219 162 0.28 0 0.26 0.14 123.93 0.46 0.74
Hex 9E DB A2 1C 0 1A E 7C 2E 4A
Octal 236 333 242 34 0 32 16 174 56 112
Binary 10011110 11011011 10100010 11100 0 11010 1110 1111100 101110 1001010

Color Harmonies of #9EDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBA2

Black with #9EDBA2

Text Example


Text Example

White with #9EDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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