Html Css Color HEX #8ACE76 Gossip

📋 copy color: '#8ACE76'

red 138 ◦ green 206 ◦ blue 118

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

Shades of Gossip #8ACE76

Tints of Gossip #8ACE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 29.87%
G = 44.59%
B = 25.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#8ACE76 (or 0x8ACE76) is known color: Gossip. HEX triplet: 8A, CE and 76. RGB value is (138,206,118). Sum of RGB (Red+Green+Blue) = 138+206+118=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE76 is #753189. Grayscale: #AFAFAF. Windows color (decimal): -7680394 or 7786122. OLE color: 7786122.

HSL color Cylindrical-coordinate representation of color #8ACE76: hue angle of 106.36º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ACE76 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 118 -
CMYK 0.33 0 0.43 0.19
HSL 106.36º 0.47% 0.64% -
HSV(B) 106.36º 0.43% 0.81% -
XYZ 35.82 50.85 25.07 -
YUV 175.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 138 206 118 0.33 0 0.43 0.19 106.36 0.47 0.64
Hex 8A CE 76 21 0 2B 13 6A 2F 40
Octal 212 316 166 41 0 53 23 152 57 100
Binary 10001010 11001110 1110110 100001 0 101011 10011 1101010 101111 1000000

Color Harmonies of #8ACE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE76

Black with #8ACE76

Text Example


Text Example

White with #8ACE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,118); }

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

background-color css

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

 a { background-color: rgb(138,206,118); }

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

border-color css

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

 span { border-color: rgb(138,206,118); }

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