Html Css Color HEX #9AD076 Gossip

📋 copy color: '#9AD076'

red 154 ◦ green 208 ◦ blue 118

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

Shades of Gossip #9AD076

Tints of Gossip #9AD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.33%

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 32.08%
G = 43.33%
B = 24.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#9AD076 (or 0x9AD076) is known color: Gossip. HEX triplet: 9A, D0 and 76. RGB value is (154,208,118). Sum of RGB (Red+Green+Blue) = 154+208+118=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD076 is #652F89. Grayscale: #B5B5B5. Windows color (decimal): -6631306 or 7786650. OLE color: 7786650.

HSL color Cylindrical-coordinate representation of color #9AD076: hue angle of 96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD076 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 118 -
CMYK 0.26 0 0.43 0.18
HSL 96º 0.49% 0.64% -
HSV(B) 96º 0.43% 0.82% -
XYZ 39.15 53.29 25.36 -
YUV 181.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 154 208 118 0.26 0 0.43 0.18 96 0.49 0.64
Hex 9A D0 76 1A 0 2B 12 60 31 40
Octal 232 320 166 32 0 53 22 140 61 100
Binary 10011010 11010000 1110110 11010 0 101011 10010 1100000 110001 1000000

Color Harmonies of #9AD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD076

Black with #9AD076

Text Example


Text Example

White with #9AD076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,118); }

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

background-color css

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

 a { background-color: rgb(154,208,118); }

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

border-color css

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

 span { border-color: rgb(154,208,118); }

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