Html Css Color HEX #9ADA70 Gossip

📋 copy color: '#9ADA70'

red 154 ◦ green 218 ◦ blue 112

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

Shades of Gossip #9ADA70

Tints of Gossip #9ADA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 31.82%
G = 45.04%
B = 23.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#9ADA70 (or 0x9ADA70) is known color: Gossip. HEX triplet: 9A, DA and 70. RGB value is (154,218,112). Sum of RGB (Red+Green+Blue) = 154+218+112=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA70 is #65258F. Grayscale: #BBBBBB. Windows color (decimal): -6628752 or 7395994. OLE color: 7395994.

HSL color Cylindrical-coordinate representation of color #9ADA70: hue angle of 96.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ADA70 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 112 -
CMYK 0.29 0 0.49 0.15
HSL 96.23º 0.59% 0.65% -
HSV(B) 96.23º 0.49% 0.85% -
XYZ 41.32 58.18 24.38 -
YUV 186.78 85.8 104.62 -
System Red Green Blue C M Y K H S L
Decimal 154 218 112 0.29 0 0.49 0.15 96.23 0.59 0.65
Hex 9A DA 70 1D 0 31 F 60 3B 41
Octal 232 332 160 35 0 61 17 140 73 101
Binary 10011010 11011010 1110000 11101 0 110001 1111 1100000 111011 1000001

Color Harmonies of #9ADA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA70

Black with #9ADA70

Text Example


Text Example

White with #9ADA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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