Html Css Color HEX #9FE3AC Chinook

📋 copy color: '#9FE3AC'

red 159 ◦ green 227 ◦ blue 172

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

Shades of Chinook #9FE3AC

Tints of Chinook #9FE3AC

RGB

 RED value IS 159 (62.5% from 255) = 28.49%

 GREEN value IS 227 (89.06% from 255) = 40.68%

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

R = 28.49%
G = 40.68%
B = 30.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#9FE3AC (or 0x9FE3AC) is known color: Chinook. HEX triplet: 9F, E3 and AC. RGB value is (159,227,172). Sum of RGB (Red+Green+Blue) = 159+227+172=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE3AC is #601C53. Grayscale: #C8C8C8. Windows color (decimal): -6298708 or 11330463. OLE color: 11330463.

HSL color Cylindrical-coordinate representation of color #9FE3AC: hue angle of 131.47º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3AC is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 227 172 -
CMYK 0.30 0 0.24 0.11
HSL 131.47º 0.55% 0.76% -
HSV(B) 131.47º 0.3% 0.89% -
XYZ 49.21 65.29 49.04 -
YUV 200.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 159 227 172 0.30 0 0.24 0.11 131.47 0.55 0.76
Hex 9F E3 AC 1E 0 18 B 83 37 4C
Octal 237 343 254 36 0 30 13 203 67 114
Binary 10011111 11100011 10101100 11110 0 11000 1011 10000011 110111 1001100

Color Harmonies of #9FE3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE3AC

Black with #9FE3AC

Text Example


Text Example

White with #9FE3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,227,172); }

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

background-color css

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

 a { background-color: rgb(159,227,172); }

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

border-color css

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

 span { border-color: rgb(159,227,172); }

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