Html Css Color HEX #9ACC8E Gossip

📋 copy color: '#9ACC8E'

red 154 ◦ green 204 ◦ blue 142

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

Shades of Gossip #9ACC8E

Tints of Gossip #9ACC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 30.8%
G = 40.8%
B = 28.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#9ACC8E (or 0x9ACC8E) is known color: Gossip. HEX triplet: 9A, CC and 8E. RGB value is (154,204,142). Sum of RGB (Red+Green+Blue) = 154+204+142=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC8E is #653371. Grayscale: #B6B6B6. Windows color (decimal): -6632306 or 9358490. OLE color: 9358490.

HSL color Cylindrical-coordinate representation of color #9ACC8E: hue angle of 108.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACC8E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 142 -
CMYK 0.25 0 0.30 0.2
HSL 108.39º 0.38% 0.68% -
HSV(B) 108.39º 0.3% 0.8% -
XYZ 39.8 52.01 33.53 -
YUV 181.98 105.44 108.04 -
System Red Green Blue C M Y K H S L
Decimal 154 204 142 0.25 0 0.30 0.2 108.39 0.38 0.68
Hex 9A CC 8E 19 0 1E 14 6C 26 44
Octal 232 314 216 31 0 36 24 154 46 104
Binary 10011010 11001100 10001110 11001 0 11110 10100 1101100 100110 1000100

Color Harmonies of #9ACC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC8E

Black with #9ACC8E

Text Example


Text Example

White with #9ACC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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