Html Css Color HEX #9AD770 Gossip

📋 copy color: '#9AD770'

red 154 ◦ green 215 ◦ blue 112

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

Shades of Gossip #9AD770

Tints of Gossip #9AD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

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

R = 32.02%
G = 44.7%
B = 23.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#9AD770 (or 0x9AD770) is known color: Gossip. HEX triplet: 9A, D7 and 70. RGB value is (154,215,112). Sum of RGB (Red+Green+Blue) = 154+215+112=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD770 is #65288F. Grayscale: #B9B9B9. Windows color (decimal): -6629520 or 7395226. OLE color: 7395226.

HSL color Cylindrical-coordinate representation of color #9AD770: hue angle of 95.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AD770 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 215 112 -
CMYK 0.28 0 0.48 0.16
HSL 95.53º 0.56% 0.64% -
HSV(B) 95.53º 0.48% 0.84% -
XYZ 40.55 56.64 24.12 -
YUV 185.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 154 215 112 0.28 0 0.48 0.16 95.53 0.56 0.64
Hex 9A D7 70 1C 0 30 10 60 38 40
Octal 232 327 160 34 0 60 20 140 70 100
Binary 10011010 11010111 1110000 11100 0 110000 10000 1100000 111000 1000000

Color Harmonies of #9AD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD770

Black with #9AD770

Text Example


Text Example

White with #9AD770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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