Html Css Color HEX #9ACD73 Gossip

📋 copy color: '#9ACD73'

red 154 ◦ green 205 ◦ blue 115

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

Shades of Gossip #9ACD73

Tints of Gossip #9ACD73

RGB

 RED value IS 154 (60.55% from 255) = 32.49%

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

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

R = 32.49%
G = 43.25%
B = 24.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#9ACD73 (or 0x9ACD73) is known color: Gossip. HEX triplet: 9A, CD and 73. RGB value is (154,205,115). Sum of RGB (Red+Green+Blue) = 154+205+115=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD73 is #65328C. Grayscale: #B3B3B3. Windows color (decimal): -6632077 or 7589274. OLE color: 7589274.

HSL color Cylindrical-coordinate representation of color #9ACD73: hue angle of 94º 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 #9ACD73 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 115 -
CMYK 0.25 0 0.44 0.20
HSL 94º 0.47% 0.63% -
HSV(B) 94º 0.44% 0.8% -
XYZ 38.25 51.77 24.2 -
YUV 179.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 154 205 115 0.25 0 0.44 0.20 94 0.47 0.63
Hex 9A CD 73 19 0 2C 14 5E 2F 3F
Octal 232 315 163 31 0 54 24 136 57 77
Binary 10011010 11001101 1110011 11001 0 101100 10100 1011110 101111 111111

Color Harmonies of #9ACD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD73

Black with #9ACD73

Text Example


Text Example

White with #9ACD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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