Html Css Color HEX #9FE4AD Chinook

📋 copy color: '#9FE4AD'

red 159 ◦ green 228 ◦ blue 173

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

Shades of Chinook #9FE4AD

Tints of Chinook #9FE4AD

RGB

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

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

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

R = 28.39%
G = 40.71%
B = 30.89%

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

#9FE4AD (or 0x9FE4AD) is known color: Chinook. HEX triplet: 9F, E4 and AD. RGB value is (159,228,173). Sum of RGB (Red+Green+Blue) = 159+228+173=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4AD is #601B52. Grayscale: #C9C9C9. Windows color (decimal): -6298451 or 11396255. OLE color: 11396255.

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

Color convert

RGB 159 228 173 -
CMYK 0.30 0 0.24 0.11
HSL 132.17º 0.56% 0.76% -
HSV(B) 132.17º 0.3% 0.89% -
XYZ 49.58 65.87 49.64 -
YUV 201.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 159 228 173 0.30 0 0.24 0.11 132.17 0.56 0.76
Hex 9F E4 AD 1E 0 18 B 84 38 4C
Octal 237 344 255 36 0 30 13 204 70 114
Binary 10011111 11100100 10101101 11110 0 11000 1011 10000100 111000 1001100

Color Harmonies of #9FE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4AD

Black with #9FE4AD

Text Example


Text Example

White with #9FE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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