Html Css Color HEX #9FA290 Star Dust

📋 copy color: '#9FA290'

red 159 ◦ green 162 ◦ blue 144

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

Shades of Star Dust #9FA290

Tints of Star Dust #9FA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 34.19%
G = 34.84%
B = 30.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#9FA290 (or 0x9FA290) is known color: Star Dust. HEX triplet: 9F, A2 and 90. RGB value is (159,162,144). Sum of RGB (Red+Green+Blue) = 159+162+144=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA290 is #605D6F. Grayscale: #9F9F9F. Windows color (decimal): -6315376 or 9478815. OLE color: 9478815.

HSL color Cylindrical-coordinate representation of color #9FA290: hue angle of 70º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FA290 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 144 -
CMYK 0.02 0 0.11 0.36
HSL 70º 0.09% 0.6% -
HSV(B) 70º 0.11% 0.64% -
XYZ 32.25 35.23 31.48 -
YUV 159.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 159 162 144 0.02 0 0.11 0.36 70 0.09 0.6
Hex 9F A2 90 2 0 B 24 46 9 3C
Octal 237 242 220 2 0 13 44 106 11 74
Binary 10011111 10100010 10010000 10 0 1011 100100 1000110 1001 111100

Color Harmonies of #9FA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA290

Black with #9FA290

Text Example


Text Example

White with #9FA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,144); }

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

background-color css

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

 a { background-color: rgb(159,162,144); }

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

border-color css

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

 span { border-color: rgb(159,162,144); }

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