Html Css Color HEX #8FA195 Edward

📋 copy color: '#8FA195'

red 143 ◦ green 161 ◦ blue 149

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

Shades of Edward #8FA195

Tints of Edward #8FA195

RGB

 RED value IS 143 (56.25% from 255) = 31.57%

 GREEN value IS 161 (63.28% from 255) = 35.54%

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 31.57%
G = 35.54%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#8FA195 (or 0x8FA195) is known color: Edward. HEX triplet: 8F, A1 and 95. RGB value is (143,161,149). Sum of RGB (Red+Green+Blue) = 143+161+149=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA195 is #705E6A. Grayscale: #9A9A9A. Windows color (decimal): -7364203 or 9806223. OLE color: 9806223.

HSL color Cylindrical-coordinate representation of color #8FA195: hue angle of 140º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA195 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 149 -
CMYK 0.11 0 0.07 0.37
HSL 140º 0.09% 0.6% -
HSV(B) 140º 0.11% 0.63% -
XYZ 29.5 33.5 33.35 -
YUV 154.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 143 161 149 0.11 0 0.07 0.37 140 0.09 0.6
Hex 8F A1 95 B 0 7 25 8C 9 3C
Octal 217 241 225 13 0 7 45 214 11 74
Binary 10001111 10100001 10010101 1011 0 111 100101 10001100 1001 111100

Color Harmonies of #8FA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA195

Black with #8FA195

Text Example


Text Example

White with #8FA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FA195; }

 p { color: rgb(143,161,149); }

 H1.HeaderClassName
 {
   color: #8FA195;
 }
 .AnyTagClassName
 {
   color: #8FA195;
 }
</style>

background-color css

<style>
 a { background-color: #8FA195; }

 a { background-color: rgb(143,161,149); }

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

border-color css

<style>
 span { border-color: #8FA195; }

 span { border-color: rgb(143,161,149); }

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