Html Css Color HEX #9AD070 Gossip

📋 copy color: '#9AD070'

red 154 ◦ green 208 ◦ blue 112

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

Shades of Gossip #9AD070

Tints of Gossip #9AD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 32.49%
G = 43.88%
B = 23.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#9AD070 (or 0x9AD070) is known color: Gossip. HEX triplet: 9A, D0 and 70. RGB value is (154,208,112). Sum of RGB (Red+Green+Blue) = 154+208+112=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD070 is #652F8F. Grayscale: #B5B5B5. Windows color (decimal): -6631312 or 7393434. OLE color: 7393434.

HSL color Cylindrical-coordinate representation of color #9AD070: hue angle of 93.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD070 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 112 -
CMYK 0.26 0 0.46 0.18
HSL 93.75º 0.51% 0.63% -
HSV(B) 93.75º 0.46% 0.82% -
XYZ 38.81 53.15 23.54 -
YUV 180.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 154 208 112 0.26 0 0.46 0.18 93.75 0.51 0.63
Hex 9A D0 70 1A 0 2E 12 5E 33 3F
Octal 232 320 160 32 0 56 22 136 63 77
Binary 10011010 11010000 1110000 11010 0 101110 10010 1011110 110011 111111

Color Harmonies of #9AD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD070

Black with #9AD070

Text Example


Text Example

White with #9AD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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