Html Css Color HEX #9FADA0 Edward

📋 copy color: '#9FADA0'

red 159 ◦ green 173 ◦ blue 160

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

Shades of Edward #9FADA0

Tints of Edward #9FADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 32.32%
G = 35.16%
B = 32.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#9FADA0 (or 0x9FADA0) is known color: Edward. HEX triplet: 9F, AD and A0. RGB value is (159,173,160). Sum of RGB (Red+Green+Blue) = 159+173+160=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA0 is #60525F. Grayscale: #A7A7A7. Windows color (decimal): -6312544 or 10530207. OLE color: 10530207.

HSL color Cylindrical-coordinate representation of color #9FADA0: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FADA0 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 160 -
CMYK 0.08 0 0.08 0.32
HSL 124.29º 0.08% 0.65% -
HSV(B) 124.29º 0.08% 0.68% -
XYZ 35.59 39.8 39.06 -
YUV 167.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 159 173 160 0.08 0 0.08 0.32 124.29 0.08 0.65
Hex 9F AD A0 8 0 8 20 7C 8 41
Octal 237 255 240 10 0 10 40 174 10 101
Binary 10011111 10101101 10100000 1000 0 1000 100000 1111100 1000 1000001

Color Harmonies of #9FADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADA0

Black with #9FADA0

Text Example


Text Example

White with #9FADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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