Html Css Color HEX #9ADD71 Gossip

📋 copy color: '#9ADD71'

red 154 ◦ green 221 ◦ blue 113

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

Shades of Gossip #9ADD71

Tints of Gossip #9ADD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 31.56%
G = 45.29%
B = 23.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9ADD71 (or 0x9ADD71) is known color: Gossip. HEX triplet: 9A, DD and 71. RGB value is (154,221,113). Sum of RGB (Red+Green+Blue) = 154+221+113=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD71 is #65228E. Grayscale: #BDBDBD. Windows color (decimal): -6627983 or 7462298. OLE color: 7462298.

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

Color convert

RGB 154 221 113 -
CMYK 0.30 0 0.49 0.13
HSL 97.22º 0.61% 0.65% -
HSV(B) 97.22º 0.49% 0.87% -
XYZ 42.16 59.78 24.94 -
YUV 188.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 154 221 113 0.30 0 0.49 0.13 97.22 0.61 0.65
Hex 9A DD 71 1E 0 31 D 61 3D 41
Octal 232 335 161 36 0 61 15 141 75 101
Binary 10011010 11011101 1110001 11110 0 110001 1101 1100001 111101 1000001

Color Harmonies of #9ADD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD71

Black with #9ADD71

Text Example


Text Example

White with #9ADD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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