Html Css Color HEX #8ACC76 Gossip

📋 copy color: '#8ACC76'

red 138 ◦ green 204 ◦ blue 118

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

Shades of Gossip #8ACC76

Tints of Gossip #8ACC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

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

R = 30%
G = 44.35%
B = 25.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#8ACC76 (or 0x8ACC76) is known color: Gossip. HEX triplet: 8A, CC and 76. RGB value is (138,204,118). Sum of RGB (Red+Green+Blue) = 138+204+118=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC76 is #753389. Grayscale: #AEAEAE. Windows color (decimal): -7680906 or 7785610. OLE color: 7785610.

HSL color Cylindrical-coordinate representation of color #8ACC76: hue angle of 106.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACC76 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 118 -
CMYK 0.32 0 0.42 0.2
HSL 106.05º 0.46% 0.63% -
HSV(B) 106.05º 0.42% 0.8% -
XYZ 35.34 49.9 24.91 -
YUV 174.46 96.13 101.99 -
System Red Green Blue C M Y K H S L
Decimal 138 204 118 0.32 0 0.42 0.2 106.05 0.46 0.63
Hex 8A CC 76 20 0 2A 14 6A 2E 3F
Octal 212 314 166 40 0 52 24 152 56 77
Binary 10001010 11001100 1110110 100000 0 101010 10100 1101010 101110 111111

Color Harmonies of #8ACC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC76

Black with #8ACC76

Text Example


Text Example

White with #8ACC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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