Html Css Color HEX #9ACE76 Gossip

📋 copy color: '#9ACE76'

red 154 ◦ green 206 ◦ blue 118

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

Shades of Gossip #9ACE76

Tints of Gossip #9ACE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 32.22%
G = 43.1%
B = 24.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#9ACE76 (or 0x9ACE76) is known color: Gossip. HEX triplet: 9A, CE and 76. RGB value is (154,206,118). Sum of RGB (Red+Green+Blue) = 154+206+118=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE76 is #653189. Grayscale: #B4B4B4. Windows color (decimal): -6631818 or 7786138. OLE color: 7786138.

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

Color convert

RGB 154 206 118 -
CMYK 0.25 0 0.43 0.19
HSL 95.45º 0.47% 0.64% -
HSV(B) 95.45º 0.43% 0.81% -
XYZ 38.67 52.32 25.2 -
YUV 180.42 92.77 109.16 -
System Red Green Blue C M Y K H S L
Decimal 154 206 118 0.25 0 0.43 0.19 95.45 0.47 0.64
Hex 9A CE 76 19 0 2B 13 5F 2F 40
Octal 232 316 166 31 0 53 23 137 57 100
Binary 10011010 11001110 1110110 11001 0 101011 10011 1011111 101111 1000000

Color Harmonies of #9ACE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE76

Black with #9ACE76

Text Example


Text Example

White with #9ACE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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