Html Css Color HEX #9ACD77 Gossip

📋 copy color: '#9ACD77'

red 154 ◦ green 205 ◦ blue 119

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

Shades of Gossip #9ACD77

Tints of Gossip #9ACD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 32.22%
G = 42.89%
B = 24.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#9ACD77 (or 0x9ACD77) is known color: Gossip. HEX triplet: 9A, CD and 77. RGB value is (154,205,119). Sum of RGB (Red+Green+Blue) = 154+205+119=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD77 is #653288. Grayscale: #B4B4B4. Windows color (decimal): -6632073 or 7851418. OLE color: 7851418.

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

Color convert

RGB 154 205 119 -
CMYK 0.25 0 0.42 0.20
HSL 95.58º 0.46% 0.64% -
HSV(B) 95.58º 0.42% 0.8% -
XYZ 38.49 51.86 25.44 -
YUV 179.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 154 205 119 0.25 0 0.42 0.20 95.58 0.46 0.64
Hex 9A CD 77 19 0 2A 14 60 2E 40
Octal 232 315 167 31 0 52 24 140 56 100
Binary 10011010 11001101 1110111 11001 0 101010 10100 1100000 101110 1000000

Color Harmonies of #9ACD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD77

Black with #9ACD77

Text Example


Text Example

White with #9ACD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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