Html Css Color HEX #9BE6AD Chinook

📋 copy color: '#9BE6AD'

red 155 ◦ green 230 ◦ blue 173

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

Shades of Chinook #9BE6AD

Tints of Chinook #9BE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.22%

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

R = 27.78%
G = 41.22%
B = 31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#9BE6AD (or 0x9BE6AD) is known color: Chinook. HEX triplet: 9B, E6 and AD. RGB value is (155,230,173). Sum of RGB (Red+Green+Blue) = 155+230+173=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE6AD is #641952. Grayscale: #C9C9C9. Windows color (decimal): -6560083 or 11396763. OLE color: 11396763.

HSL color Cylindrical-coordinate representation of color #9BE6AD: hue angle of 134.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6AD is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 230 173 -
CMYK 0.33 0 0.25 0.10
HSL 134.4º 0.6% 0.75% -
HSV(B) 134.4º 0.33% 0.9% -
XYZ 49.36 66.58 49.78 -
YUV 201.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 155 230 173 0.33 0 0.25 0.10 134.4 0.6 0.75
Hex 9B E6 AD 21 0 19 A 86 3C 4B
Octal 233 346 255 41 0 31 12 206 74 113
Binary 10011011 11100110 10101101 100001 0 11001 1010 10000110 111100 1001011

Color Harmonies of #9BE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6AD

Black with #9BE6AD

Text Example


Text Example

White with #9BE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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