Html Css Color HEX #9ADFAE Chinook

📋 copy color: '#9ADFAE'

red 154 ◦ green 223 ◦ blue 174

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

Shades of Chinook #9ADFAE

Tints of Chinook #9ADFAE

RGB

 RED value IS 154 (60.55% from 255) = 27.95%

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 174 (68.36% from 255) = 31.58%

R = 27.95%
G = 40.47%
B = 31.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9ADFAE (or 0x9ADFAE) is known color: Chinook. HEX triplet: 9A, DF and AE. RGB value is (154,223,174). Sum of RGB (Red+Green+Blue) = 154+223+174=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFAE is #652051. Grayscale: #C4C4C4. Windows color (decimal): -6627410 or 11460506. OLE color: 11460506.

HSL color Cylindrical-coordinate representation of color #9ADFAE: hue angle of 137.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFAE is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 174 -
CMYK 0.31 0 0.22 0.13
HSL 137.39º 0.52% 0.74% -
HSV(B) 137.39º 0.31% 0.87% -
XYZ 47.35 62.7 49.65 -
YUV 196.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 154 223 174 0.31 0 0.22 0.13 137.39 0.52 0.74
Hex 9A DF AE 1F 0 16 D 89 34 4A
Octal 232 337 256 37 0 26 15 211 64 112
Binary 10011010 11011111 10101110 11111 0 10110 1101 10001001 110100 1001010

Color Harmonies of #9ADFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFAE

Black with #9ADFAE

Text Example


Text Example

White with #9ADFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,174); }

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

background-color css

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

 a { background-color: rgb(154,223,174); }

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

border-color css

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

 span { border-color: rgb(154,223,174); }

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