Html Css Color HEX #8AA58F Envy

📋 copy color: '#8AA58F'

red 138 ◦ green 165 ◦ blue 143

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

Shades of Envy #8AA58F

Tints of Envy #8AA58F

RGB

 RED value IS 138 (54.3% from 255) = 30.94%

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 30.94%
G = 37%
B = 32.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#8AA58F (or 0x8AA58F) is known color: Envy. HEX triplet: 8A, A5 and 8F. RGB value is (138,165,143). Sum of RGB (Red+Green+Blue) = 138+165+143=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA58F is #755A70. Grayscale: #9A9A9A. Windows color (decimal): -7690865 or 9414026. OLE color: 9414026.

HSL color Cylindrical-coordinate representation of color #8AA58F: hue angle of 131.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA58F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 143 -
CMYK 0.16 0 0.13 0.35
HSL 131.11º 0.13% 0.59% -
HSV(B) 131.11º 0.16% 0.65% -
XYZ 28.89 34.3 31.08 -
YUV 154.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 138 165 143 0.16 0 0.13 0.35 131.11 0.13 0.59
Hex 8A A5 8F 10 0 D 23 83 D 3B
Octal 212 245 217 20 0 15 43 203 15 73
Binary 10001010 10100101 10001111 10000 0 1101 100011 10000011 1101 111011

Color Harmonies of #8AA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA58F

Black with #8AA58F

Text Example


Text Example

White with #8AA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,143); }

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

background-color css

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

 a { background-color: rgb(138,165,143); }

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

border-color css

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

 span { border-color: rgb(138,165,143); }

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