Html Css Color HEX #9FE4AC Chinook

📋 copy color: '#9FE4AC'

red 159 ◦ green 228 ◦ blue 172

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

Shades of Chinook #9FE4AC

Tints of Chinook #9FE4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.79%

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

R = 28.44%
G = 40.79%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#9FE4AC (or 0x9FE4AC) is known color: Chinook. HEX triplet: 9F, E4 and AC. RGB value is (159,228,172). Sum of RGB (Red+Green+Blue) = 159+228+172=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4AC is #601B53. Grayscale: #C9C9C9. Windows color (decimal): -6298452 or 11330719. OLE color: 11330719.

HSL color Cylindrical-coordinate representation of color #9FE4AC: hue angle of 131.3º degrees, saturation: 0.56, 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 #9FE4AC is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 228 172 -
CMYK 0.30 0 0.25 0.11
HSL 131.3º 0.56% 0.76% -
HSV(B) 131.3º 0.3% 0.89% -
XYZ 49.49 65.84 49.13 -
YUV 200.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 159 228 172 0.30 0 0.25 0.11 131.3 0.56 0.76
Hex 9F E4 AC 1E 0 19 B 83 38 4C
Octal 237 344 254 36 0 31 13 203 70 114
Binary 10011111 11100100 10101100 11110 0 11001 1011 10000011 111000 1001100

Color Harmonies of #9FE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4AC

Black with #9FE4AC

Text Example


Text Example

White with #9FE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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