Html Css Color HEX #9ACD78 Gossip

📋 copy color: '#9ACD78'

red 154 ◦ green 205 ◦ blue 120

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

Shades of Gossip #9ACD78

Tints of Gossip #9ACD78

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 32.15%
G = 42.8%
B = 25.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#9ACD78 (or 0x9ACD78) is known color: Gossip. HEX triplet: 9A, CD and 78. RGB value is (154,205,120). Sum of RGB (Red+Green+Blue) = 154+205+120=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD78 is #653287. Grayscale: #B4B4B4. Windows color (decimal): -6632072 or 7916954. OLE color: 7916954.

HSL color Cylindrical-coordinate representation of color #9ACD78: hue angle of 96º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ACD78 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 120 -
CMYK 0.25 0 0.41 0.20
HSL 96º 0.46% 0.64% -
HSV(B) 96º 0.41% 0.8% -
XYZ 38.55 51.89 25.75 -
YUV 180.06 94.1 109.41 -
System Red Green Blue C M Y K H S L
Decimal 154 205 120 0.25 0 0.41 0.20 96 0.46 0.64
Hex 9A CD 78 19 0 29 14 60 2E 40
Octal 232 315 170 31 0 51 24 140 56 100
Binary 10011010 11001101 1111000 11001 0 101001 10100 1100000 101110 1000000

Color Harmonies of #9ACD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD78

Black with #9ACD78

Text Example


Text Example

White with #9ACD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,205,120); }

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

background-color css

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

 a { background-color: rgb(154,205,120); }

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

border-color css

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

 span { border-color: rgb(154,205,120); }

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