Html Css Color HEX #8ACD76 Gossip

📋 copy color: '#8ACD76'

red 138 ◦ green 205 ◦ blue 118

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

Shades of Gossip #8ACD76

Tints of Gossip #8ACD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

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

R = 29.93%
G = 44.47%
B = 25.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#8ACD76 (or 0x8ACD76) is known color: Gossip. HEX triplet: 8A, CD and 76. RGB value is (138,205,118). Sum of RGB (Red+Green+Blue) = 138+205+118=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD76 is #753289. Grayscale: #AFAFAF. Windows color (decimal): -7680650 or 7785866. OLE color: 7785866.

HSL color Cylindrical-coordinate representation of color #8ACD76: hue angle of 106.21º degrees, saturation: 0.47, 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 #8ACD76 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 118 -
CMYK 0.33 0 0.42 0.20
HSL 106.21º 0.47% 0.63% -
HSV(B) 106.21º 0.42% 0.8% -
XYZ 35.58 50.37 24.99 -
YUV 175.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 138 205 118 0.33 0 0.42 0.20 106.21 0.47 0.63
Hex 8A CD 76 21 0 2A 14 6A 2F 3F
Octal 212 315 166 41 0 52 24 152 57 77
Binary 10001010 11001101 1110110 100001 0 101010 10100 1101010 101111 111111

Color Harmonies of #8ACD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD76

Black with #8ACD76

Text Example


Text Example

White with #8ACD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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