Html Css Color HEX #9FE1AD Chinook

📋 copy color: '#9FE1AD'

red 159 ◦ green 225 ◦ blue 173

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

Shades of Chinook #9FE1AD

Tints of Chinook #9FE1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.39%

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

R = 28.55%
G = 40.39%
B = 31.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#9FE1AD (or 0x9FE1AD) is known color: Chinook. HEX triplet: 9F, E1 and AD. RGB value is (159,225,173). Sum of RGB (Red+Green+Blue) = 159+225+173=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1AD is #601E52. Grayscale: #C7C7C7. Windows color (decimal): -6299219 or 11395487. OLE color: 11395487.

HSL color Cylindrical-coordinate representation of color #9FE1AD: hue angle of 132.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1AD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 173 -
CMYK 0.29 0 0.23 0.12
HSL 132.73º 0.52% 0.75% -
HSV(B) 132.73º 0.29% 0.88% -
XYZ 48.77 64.24 49.36 -
YUV 199.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 159 225 173 0.29 0 0.23 0.12 132.73 0.52 0.75
Hex 9F E1 AD 1D 0 17 C 85 34 4B
Octal 237 341 255 35 0 27 14 205 64 113
Binary 10011111 11100001 10101101 11101 0 10111 1100 10000101 110100 1001011

Color Harmonies of #9FE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1AD

Black with #9FE1AD

Text Example


Text Example

White with #9FE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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