Html Css Color HEX #9BE9AC Chinook

📋 copy color: '#9BE9AC'

red 155 ◦ green 233 ◦ blue 172

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

Shades of Chinook #9BE9AC

Tints of Chinook #9BE9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.61%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 27.68%
G = 41.61%
B = 30.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#9BE9AC (or 0x9BE9AC) is known color: Chinook. HEX triplet: 9B, E9 and AC. RGB value is (155,233,172). Sum of RGB (Red+Green+Blue) = 155+233+172=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE9AC is #641653. Grayscale: #CACACA. Windows color (decimal): -6559316 or 11331995. OLE color: 11331995.

HSL color Cylindrical-coordinate representation of color #9BE9AC: hue angle of 133.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE9AC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 172 -
CMYK 0.33 0 0.26 0.09
HSL 133.08º 0.64% 0.76% -
HSV(B) 133.08º 0.33% 0.91% -
XYZ 50.1 68.22 49.56 -
YUV 202.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 155 233 172 0.33 0 0.26 0.09 133.08 0.64 0.76
Hex 9B E9 AC 21 0 1A 9 85 40 4C
Octal 233 351 254 41 0 32 11 205 100 114
Binary 10011011 11101001 10101100 100001 0 11010 1001 10000101 1000000 1001100

Color Harmonies of #9BE9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE9AC

Black with #9BE9AC

Text Example


Text Example

White with #9BE9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,172); }

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

background-color css

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

 a { background-color: rgb(155,233,172); }

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

border-color css

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

 span { border-color: rgb(155,233,172); }

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