Html Css Color HEX #9BE0AD Chinook

📋 copy color: '#9BE0AD'

red 155 ◦ green 224 ◦ blue 173

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

Shades of Chinook #9BE0AD

Tints of Chinook #9BE0AD

RGB

 RED value IS 155 (60.94% from 255) = 28.08%

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 28.08%
G = 40.58%
B = 31.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#9BE0AD (or 0x9BE0AD) is known color: Chinook. HEX triplet: 9B, E0 and AD. RGB value is (155,224,173). Sum of RGB (Red+Green+Blue) = 155+224+173=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0AD is #641F52. Grayscale: #C5C5C5. Windows color (decimal): -6561619 or 11395227. OLE color: 11395227.

HSL color Cylindrical-coordinate representation of color #9BE0AD: hue angle of 135.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0AD is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 173 -
CMYK 0.31 0 0.23 0.12
HSL 135.65º 0.53% 0.74% -
HSV(B) 135.65º 0.31% 0.88% -
XYZ 47.72 63.3 49.24 -
YUV 197.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 155 224 173 0.31 0 0.23 0.12 135.65 0.53 0.74
Hex 9B E0 AD 1F 0 17 C 88 35 4A
Octal 233 340 255 37 0 27 14 210 65 112
Binary 10011011 11100000 10101101 11111 0 10111 1100 10001000 110101 1001010

Color Harmonies of #9BE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0AD

Black with #9BE0AD

Text Example


Text Example

White with #9BE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,173); }

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

background-color css

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

 a { background-color: rgb(155,224,173); }

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

border-color css

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

 span { border-color: rgb(155,224,173); }

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