Html Css Color HEX #9ADC70 Gossip

📋 copy color: '#9ADC70'

red 154 ◦ green 220 ◦ blue 112

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

Shades of Gossip #9ADC70

Tints of Gossip #9ADC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 31.69%
G = 45.27%
B = 23.05%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#9ADC70 (or 0x9ADC70) is known color: Gossip. HEX triplet: 9A, DC and 70. RGB value is (154,220,112). Sum of RGB (Red+Green+Blue) = 154+220+112=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC70 is #65238F. Grayscale: #BCBCBC. Windows color (decimal): -6628240 or 7396506. OLE color: 7396506.

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

Color convert

RGB 154 220 112 -
CMYK 0.3 0 0.49 0.14
HSL 96.67º 0.61% 0.65% -
HSV(B) 96.67º 0.49% 0.86% -
XYZ 41.84 59.23 24.56 -
YUV 187.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 154 220 112 0.3 0 0.49 0.14 96.67 0.61 0.65
Hex 9A DC 70 1E 0 31 E 61 3D 41
Octal 232 334 160 36 0 61 16 141 75 101
Binary 10011010 11011100 1110000 11110 0 110001 1110 1100001 111101 1000001

Color Harmonies of #9ADC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC70

Black with #9ADC70

Text Example


Text Example

White with #9ADC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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