Html Css Color HEX #9ADC74 Gossip

📋 copy color: '#9ADC74'

red 154 ◦ green 220 ◦ blue 116

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

Shades of Gossip #9ADC74

Tints of Gossip #9ADC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 31.43%
G = 44.9%
B = 23.67%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9ADC74 (or 0x9ADC74) is known color: Gossip. HEX triplet: 9A, DC and 74. RGB value is (154,220,116). Sum of RGB (Red+Green+Blue) = 154+220+116=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC74 is #65238B. Grayscale: #BCBCBC. Windows color (decimal): -6628236 or 7658650. OLE color: 7658650.

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

Color convert

RGB 154 220 116 -
CMYK 0.3 0 0.47 0.14
HSL 98.08º 0.6% 0.66% -
HSV(B) 98.08º 0.47% 0.86% -
XYZ 42.07 59.32 25.75 -
YUV 188.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 154 220 116 0.3 0 0.47 0.14 98.08 0.6 0.66
Hex 9A DC 74 1E 0 2F E 62 3C 42
Octal 232 334 164 36 0 57 16 142 74 102
Binary 10011010 11011100 1110100 11110 0 101111 1110 1100010 111100 1000010

Color Harmonies of #9ADC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC74

Black with #9ADC74

Text Example


Text Example

White with #9ADC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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