Html Css Color HEX #9ACE7A Gossip

📋 copy color: '#9ACE7A'

red 154 ◦ green 206 ◦ blue 122

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

Shades of Gossip #9ACE7A

Tints of Gossip #9ACE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 31.95%
G = 42.74%
B = 25.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#9ACE7A (or 0x9ACE7A) is known color: Gossip. HEX triplet: 9A, CE and 7A. RGB value is (154,206,122). Sum of RGB (Red+Green+Blue) = 154+206+122=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE7A is #653185. Grayscale: #B5B5B5. Windows color (decimal): -6631814 or 8048282. OLE color: 8048282.

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

Color convert

RGB 154 206 122 -
CMYK 0.25 0 0.41 0.19
HSL 97.14º 0.46% 0.64% -
HSV(B) 97.14º 0.41% 0.81% -
XYZ 38.91 52.42 26.48 -
YUV 180.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 154 206 122 0.25 0 0.41 0.19 97.14 0.46 0.64
Hex 9A CE 7A 19 0 29 13 61 2E 40
Octal 232 316 172 31 0 51 23 141 56 100
Binary 10011010 11001110 1111010 11001 0 101001 10011 1100001 101110 1000000

Color Harmonies of #9ACE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE7A

Black with #9ACE7A

Text Example


Text Example

White with #9ACE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,206,122); }

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

background-color css

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

 a { background-color: rgb(154,206,122); }

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

border-color css

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

 span { border-color: rgb(154,206,122); }

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