Html Css Color HEX #8FA296 Edward

📋 copy color: '#8FA296'

red 143 ◦ green 162 ◦ blue 150

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

Shades of Edward #8FA296

Tints of Edward #8FA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 31.43%
G = 35.6%
B = 32.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#8FA296 (or 0x8FA296) is known color: Edward. HEX triplet: 8F, A2 and 96. RGB value is (143,162,150). Sum of RGB (Red+Green+Blue) = 143+162+150=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA296 is #705D69. Grayscale: #9A9A9A. Windows color (decimal): -7363946 or 9872015. OLE color: 9872015.

HSL color Cylindrical-coordinate representation of color #8FA296: hue angle of 142.11º degrees, saturation: 0.09, 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 #8FA296 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 162 150 -
CMYK 0.12 0 0.07 0.36
HSL 142.11º 0.09% 0.6% -
HSV(B) 142.11º 0.12% 0.64% -
XYZ 29.75 33.88 33.83 -
YUV 154.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 143 162 150 0.12 0 0.07 0.36 142.11 0.09 0.6
Hex 8F A2 96 C 0 7 24 8E 9 3C
Octal 217 242 226 14 0 7 44 216 11 74
Binary 10001111 10100010 10010110 1100 0 111 100100 10001110 1001 111100

Color Harmonies of #8FA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA296

Black with #8FA296

Text Example


Text Example

White with #8FA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,162,150); }

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

background-color css

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

 a { background-color: rgb(143,162,150); }

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

border-color css

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

 span { border-color: rgb(143,162,150); }

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