Html Css Color HEX #9ACC75 Gossip

📋 copy color: '#9ACC75'

red 154 ◦ green 204 ◦ blue 117

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

Shades of Gossip #9ACC75

Tints of Gossip #9ACC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 117 (46.09% from 255) = 24.63%

R = 32.42%
G = 42.95%
B = 24.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#9ACC75 (or 0x9ACC75) is known color: Gossip. HEX triplet: 9A, CC and 75. RGB value is (154,204,117). Sum of RGB (Red+Green+Blue) = 154+204+117=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC75 is #65338A. Grayscale: #B3B3B3. Windows color (decimal): -6632331 or 7720090. OLE color: 7720090.

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

Color convert

RGB 154 204 117 -
CMYK 0.25 0 0.43 0.2
HSL 94.48º 0.46% 0.63% -
HSV(B) 94.48º 0.43% 0.8% -
XYZ 38.13 51.34 24.73 -
YUV 179.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 154 204 117 0.25 0 0.43 0.2 94.48 0.46 0.63
Hex 9A CC 75 19 0 2B 14 5E 2E 3F
Octal 232 314 165 31 0 53 24 136 56 77
Binary 10011010 11001100 1110101 11001 0 101011 10100 1011110 101110 111111

Color Harmonies of #9ACC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC75

Black with #9ACC75

Text Example


Text Example

White with #9ACC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,117); }

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

background-color css

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

 a { background-color: rgb(154,204,117); }

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

border-color css

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

 span { border-color: rgb(154,204,117); }

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