Html Css Color HEX #9ADC7D Gossip

📋 copy color: '#9ADC7D'

red 154 ◦ green 220 ◦ blue 125

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

Shades of Gossip #9ADC7D

Tints of Gossip #9ADC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 30.86%
G = 44.09%
B = 25.05%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#9ADC7D (or 0x9ADC7D) is known color: Gossip. HEX triplet: 9A, DC and 7D. RGB value is (154,220,125). Sum of RGB (Red+Green+Blue) = 154+220+125=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC7D is #652382. Grayscale: #BDBDBD. Windows color (decimal): -6628227 or 8248474. OLE color: 8248474.

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

Color convert

RGB 154 220 125 -
CMYK 0.3 0 0.43 0.14
HSL 101.68º 0.58% 0.68% -
HSV(B) 101.68º 0.43% 0.86% -
XYZ 42.62 59.54 28.65 -
YUV 189.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 154 220 125 0.3 0 0.43 0.14 101.68 0.58 0.68
Hex 9A DC 7D 1E 0 2B E 66 3A 44
Octal 232 334 175 36 0 53 16 146 72 104
Binary 10011010 11011100 1111101 11110 0 101011 1110 1100110 111010 1000100

Color Harmonies of #9ADC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC7D

Black with #9ADC7D

Text Example


Text Example

White with #9ADC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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