Html Css Color HEX #8FA395 Edward

📋 copy color: '#8FA395'

red 143 ◦ green 163 ◦ blue 149

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

Shades of Edward #8FA395

Tints of Edward #8FA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 31.43%
G = 35.82%
B = 32.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#8FA395 (or 0x8FA395) is known color: Edward. HEX triplet: 8F, A3 and 95. RGB value is (143,163,149). Sum of RGB (Red+Green+Blue) = 143+163+149=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA395 is #705C6A. Grayscale: #9B9B9B. Windows color (decimal): -7363691 or 9806735. OLE color: 9806735.

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

Color convert

RGB 143 163 149 -
CMYK 0.12 0 0.09 0.36
HSL 138º 0.1% 0.6% -
HSV(B) 138º 0.12% 0.64% -
XYZ 29.85 34.2 33.46 -
YUV 155.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 143 163 149 0.12 0 0.09 0.36 138 0.1 0.6
Hex 8F A3 95 C 0 9 24 8A A 3C
Octal 217 243 225 14 0 11 44 212 12 74
Binary 10001111 10100011 10010101 1100 0 1001 100100 10001010 1010 111100

Color Harmonies of #8FA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA395

Black with #8FA395

Text Example


Text Example

White with #8FA395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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