Html Css Color HEX #9ACE78 Gossip

📋 copy color: '#9ACE78'

red 154 ◦ green 206 ◦ blue 120

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

Shades of Gossip #9ACE78

Tints of Gossip #9ACE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.92%

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

R = 32.08%
G = 42.92%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#9ACE78 (or 0x9ACE78) is known color: Gossip. HEX triplet: 9A, CE and 78. RGB value is (154,206,120). Sum of RGB (Red+Green+Blue) = 154+206+120=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE78 is #653187. Grayscale: #B4B4B4. Windows color (decimal): -6631816 or 7917210. OLE color: 7917210.

HSL color Cylindrical-coordinate representation of color #9ACE78: hue angle of 96.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ACE78 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 120 -
CMYK 0.25 0 0.42 0.19
HSL 96.28º 0.47% 0.64% -
HSV(B) 96.28º 0.42% 0.81% -
XYZ 38.79 52.37 25.83 -
YUV 180.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 154 206 120 0.25 0 0.42 0.19 96.28 0.47 0.64
Hex 9A CE 78 19 0 2A 13 60 2F 40
Octal 232 316 170 31 0 52 23 140 57 100
Binary 10011010 11001110 1111000 11001 0 101010 10011 1100000 101111 1000000

Color Harmonies of #9ACE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE78

Black with #9ACE78

Text Example


Text Example

White with #9ACE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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