Html Css Color HEX #9ADD70 Gossip

📋 copy color: '#9ADD70'

red 154 ◦ green 221 ◦ blue 112

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

Shades of Gossip #9ADD70

Tints of Gossip #9ADD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 31.62%
G = 45.38%
B = 23%

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

#9ADD70 (or 0x9ADD70) is known color: Gossip. HEX triplet: 9A, DD and 70. RGB value is (154,221,112). Sum of RGB (Red+Green+Blue) = 154+221+112=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD70 is #65228F. Grayscale: #BCBCBC. Windows color (decimal): -6627984 or 7396762. OLE color: 7396762.

HSL color Cylindrical-coordinate representation of color #9ADD70: hue angle of 96.88º degrees, saturation: 0.62, 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 #9ADD70 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 112 -
CMYK 0.30 0 0.49 0.13
HSL 96.88º 0.62% 0.65% -
HSV(B) 96.88º 0.49% 0.87% -
XYZ 42.11 59.75 24.64 -
YUV 188.54 84.8 103.36 -
System Red Green Blue C M Y K H S L
Decimal 154 221 112 0.30 0 0.49 0.13 96.88 0.62 0.65
Hex 9A DD 70 1E 0 31 D 61 3E 41
Octal 232 335 160 36 0 61 15 141 76 101
Binary 10011010 11011101 1110000 11110 0 110001 1101 1100001 111110 1000001

Color Harmonies of #9ADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD70

Black with #9ADD70

Text Example


Text Example

White with #9ADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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