Html Css Color HEX #9ACC74 Gossip

📋 copy color: '#9ACC74'

red 154 ◦ green 204 ◦ blue 116

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

Shades of Gossip #9ACC74

Tints of Gossip #9ACC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 32.49%
G = 43.04%
B = 24.47%

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

#9ACC74 (or 0x9ACC74) is known color: Gossip. HEX triplet: 9A, CC and 74. RGB value is (154,204,116). Sum of RGB (Red+Green+Blue) = 154+204+116=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC74 is #65338B. Grayscale: #B3B3B3. Windows color (decimal): -6632332 or 7654554. OLE color: 7654554.

HSL color Cylindrical-coordinate representation of color #9ACC74: hue angle of 94.09º 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 #9ACC74 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 116 -
CMYK 0.25 0 0.43 0.2
HSL 94.09º 0.46% 0.63% -
HSV(B) 94.09º 0.43% 0.8% -
XYZ 38.07 51.32 24.42 -
YUV 179.02 92.44 110.16 -
System Red Green Blue C M Y K H S L
Decimal 154 204 116 0.25 0 0.43 0.2 94.09 0.46 0.63
Hex 9A CC 74 19 0 2B 14 5E 2E 3F
Octal 232 314 164 31 0 53 24 136 56 77
Binary 10011010 11001100 1110100 11001 0 101011 10100 1011110 101110 111111

Color Harmonies of #9ACC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC74

Black with #9ACC74

Text Example


Text Example

White with #9ACC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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