Html Css Color HEX #9ADDA3 Chinook

📋 copy color: '#9ADDA3'

red 154 ◦ green 221 ◦ blue 163

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

Shades of Chinook #9ADDA3

Tints of Chinook #9ADDA3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 163 (64.06% from 255) = 30.3%

R = 28.62%
G = 41.08%
B = 30.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9ADDA3 (or 0x9ADDA3) is known color: Chinook. HEX triplet: 9A, DD and A3. RGB value is (154,221,163). Sum of RGB (Red+Green+Blue) = 154+221+163=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDA3 is #65225C. Grayscale: #C2C2C2. Windows color (decimal): -6627933 or 10739098. OLE color: 10739098.

HSL color Cylindrical-coordinate representation of color #9ADDA3: hue angle of 128.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDA3 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 163 -
CMYK 0.30 0 0.26 0.13
HSL 128.06º 0.5% 0.74% -
HSV(B) 128.06º 0.3% 0.87% -
XYZ 45.79 61.23 44.05 -
YUV 194.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 154 221 163 0.30 0 0.26 0.13 128.06 0.5 0.74
Hex 9A DD A3 1E 0 1A D 80 32 4A
Octal 232 335 243 36 0 32 15 200 62 112
Binary 10011010 11011101 10100011 11110 0 11010 1101 10000000 110010 1001010

Color Harmonies of #9ADDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDA3

Black with #9ADDA3

Text Example


Text Example

White with #9ADDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,163); }

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

background-color css

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

 a { background-color: rgb(154,221,163); }

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

border-color css

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

 span { border-color: rgb(154,221,163); }

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