Html Css Color HEX #9ADD73 Gossip

📋 copy color: '#9ADD73'

red 154 ◦ green 221 ◦ blue 115

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

Shades of Gossip #9ADD73

Tints of Gossip #9ADD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 31.43%
G = 45.1%
B = 23.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9ADD73 (or 0x9ADD73) is known color: Gossip. HEX triplet: 9A, DD and 73. RGB value is (154,221,115). Sum of RGB (Red+Green+Blue) = 154+221+115=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD73 is #65228C. Grayscale: #BDBDBD. Windows color (decimal): -6627981 or 7593370. OLE color: 7593370.

HSL color Cylindrical-coordinate representation of color #9ADD73: hue angle of 97.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ADD73 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 115 -
CMYK 0.30 0 0.48 0.13
HSL 97.92º 0.61% 0.66% -
HSV(B) 97.92º 0.48% 0.87% -
XYZ 42.28 59.82 25.54 -
YUV 188.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 154 221 115 0.30 0 0.48 0.13 97.92 0.61 0.66
Hex 9A DD 73 1E 0 30 D 62 3D 42
Octal 232 335 163 36 0 60 15 142 75 102
Binary 10011010 11011101 1110011 11110 0 110000 1101 1100010 111101 1000010

Color Harmonies of #9ADD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD73

Black with #9ADD73

Text Example


Text Example

White with #9ADD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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