Html Css Color HEX #9ACC8C Gossip

📋 copy color: '#9ACC8C'

red 154 ◦ green 204 ◦ blue 140

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

Shades of Gossip #9ACC8C

Tints of Gossip #9ACC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 30.92%
G = 40.96%
B = 28.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#9ACC8C (or 0x9ACC8C) is known color: Gossip. HEX triplet: 9A, CC and 8C. RGB value is (154,204,140). Sum of RGB (Red+Green+Blue) = 154+204+140=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC8C is #653373. Grayscale: #B5B5B5. Windows color (decimal): -6632308 or 9227418. OLE color: 9227418.

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

Color convert

RGB 154 204 140 -
CMYK 0.25 0 0.31 0.2
HSL 106.88º 0.39% 0.67% -
HSV(B) 106.88º 0.31% 0.8% -
XYZ 39.65 51.95 32.75 -
YUV 181.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 154 204 140 0.25 0 0.31 0.2 106.88 0.39 0.67
Hex 9A CC 8C 19 0 1F 14 6B 27 43
Octal 232 314 214 31 0 37 24 153 47 103
Binary 10011010 11001100 10001100 11001 0 11111 10100 1101011 100111 1000011

Color Harmonies of #9ACC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC8C

Black with #9ACC8C

Text Example


Text Example

White with #9ACC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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