Html Css Color HEX #8ACD73 Gossip

📋 copy color: '#8ACD73'

red 138 ◦ green 205 ◦ blue 115

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

Shades of Gossip #8ACD73

Tints of Gossip #8ACD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 30.13%
G = 44.76%
B = 25.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#8ACD73 (or 0x8ACD73) is known color: Gossip. HEX triplet: 8A, CD and 73. RGB value is (138,205,115). Sum of RGB (Red+Green+Blue) = 138+205+115=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD73 is #75328C. Grayscale: #AFAFAF. Windows color (decimal): -7680653 or 7589258. OLE color: 7589258.

HSL color Cylindrical-coordinate representation of color #8ACD73: hue angle of 104.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ACD73 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 115 -
CMYK 0.33 0 0.44 0.20
HSL 104.67º 0.47% 0.63% -
HSV(B) 104.67º 0.44% 0.8% -
XYZ 35.41 50.3 24.06 -
YUV 174.71 94.3 101.82 -
System Red Green Blue C M Y K H S L
Decimal 138 205 115 0.33 0 0.44 0.20 104.67 0.47 0.63
Hex 8A CD 73 21 0 2C 14 69 2F 3F
Octal 212 315 163 41 0 54 24 151 57 77
Binary 10001010 11001101 1110011 100001 0 101100 10100 1101001 101111 111111

Color Harmonies of #8ACD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD73

Black with #8ACD73

Text Example


Text Example

White with #8ACD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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