Html Css Color HEX #9ADC7F Gossip

📋 copy color: '#9ADC7F'

red 154 ◦ green 220 ◦ blue 127

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

Shades of Gossip #9ADC7F

Tints of Gossip #9ADC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 30.74%
G = 43.91%
B = 25.35%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9ADC7F (or 0x9ADC7F) is known color: Gossip. HEX triplet: 9A, DC and 7F. RGB value is (154,220,127). Sum of RGB (Red+Green+Blue) = 154+220+127=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC7F is #652380. Grayscale: #BDBDBD. Windows color (decimal): -6628225 or 8379546. OLE color: 8379546.

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

Color convert

RGB 154 220 127 -
CMYK 0.3 0 0.42 0.14
HSL 102.58º 0.57% 0.68% -
HSV(B) 102.58º 0.42% 0.86% -
XYZ 42.75 59.59 29.33 -
YUV 189.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 154 220 127 0.3 0 0.42 0.14 102.58 0.57 0.68
Hex 9A DC 7F 1E 0 2A E 67 39 44
Octal 232 334 177 36 0 52 16 147 71 104
Binary 10011010 11011100 1111111 11110 0 101010 1110 1100111 111001 1000100

Color Harmonies of #9ADC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC7F

Black with #9ADC7F

Text Example


Text Example

White with #9ADC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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