Html Css Color HEX #9ADFA2 Chinook

📋 copy color: '#9ADFA2'

red 154 ◦ green 223 ◦ blue 162

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

Shades of Chinook #9ADFA2

Tints of Chinook #9ADFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.06%

R = 28.57%
G = 41.37%
B = 30.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9ADFA2 (or 0x9ADFA2) is known color: Chinook. HEX triplet: 9A, DF and A2. RGB value is (154,223,162). Sum of RGB (Red+Green+Blue) = 154+223+162=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADFA2 is #65205D. Grayscale: #C3C3C3. Windows color (decimal): -6627422 or 10674074. OLE color: 10674074.

HSL color Cylindrical-coordinate representation of color #9ADFA2: hue angle of 126.96º 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 #9ADFA2 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 162 -
CMYK 0.31 0 0.27 0.13
HSL 126.96º 0.52% 0.74% -
HSV(B) 126.96º 0.31% 0.87% -
XYZ 46.24 62.25 43.76 -
YUV 195.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 154 223 162 0.31 0 0.27 0.13 126.96 0.52 0.74
Hex 9A DF A2 1F 0 1B D 7F 34 4A
Octal 232 337 242 37 0 33 15 177 64 112
Binary 10011010 11011111 10100010 11111 0 11011 1101 1111111 110100 1001010

Color Harmonies of #9ADFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFA2

Black with #9ADFA2

Text Example


Text Example

White with #9ADFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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