Html Css Color HEX #8F9453 Avocado

📋 copy color: '#8F9453'

red 143 ◦ green 148 ◦ blue 83

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

Shades of Avocado #8F9453

Tints of Avocado #8F9453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 38.24%
G = 39.57%
B = 22.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#8F9453 (or 0x8F9453) is known color: Avocado. HEX triplet: 8F, 94 and 53. RGB value is (143,148,83). Sum of RGB (Red+Green+Blue) = 143+148+83=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9453 is #706BAC. Grayscale: #8B8B8B. Windows color (decimal): -7367597 or 5477519. OLE color: 5477519.

HSL color Cylindrical-coordinate representation of color #8F9453: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9453 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 83 -
CMYK 0.03 0 0.44 0.42
HSL 64.62º 0.28% 0.45% -
HSV(B) 64.62º 0.44% 0.58% -
XYZ 23.48 27.64 12.28 -
YUV 139.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 143 148 83 0.03 0 0.44 0.42 64.62 0.28 0.45
Hex 8F 94 53 3 0 2C 2A 41 1C 2D
Octal 217 224 123 3 0 54 52 101 34 55
Binary 10001111 10010100 1010011 11 0 101100 101010 1000001 11100 101101

Color Harmonies of #8F9453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9453

Black with #8F9453

Text Example


Text Example

White with #8F9453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,83); }

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

background-color css

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

 a { background-color: rgb(143,148,83); }

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

border-color css

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

 span { border-color: rgb(143,148,83); }

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