Html Css Color HEX #9AD76B Gossip

📋 copy color: '#9AD76B'

red 154 ◦ green 215 ◦ blue 107

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

Shades of Gossip #9AD76B

Tints of Gossip #9AD76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 32.35%
G = 45.17%
B = 22.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#9AD76B (or 0x9AD76B) is known color: Gossip. HEX triplet: 9A, D7 and 6B. RGB value is (154,215,107). Sum of RGB (Red+Green+Blue) = 154+215+107=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD76B is #652894. Grayscale: #B8B8B8. Windows color (decimal): -6629525 or 7067546. OLE color: 7067546.

HSL color Cylindrical-coordinate representation of color #9AD76B: hue angle of 93.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AD76B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 215 107 -
CMYK 0.28 0 0.50 0.16
HSL 93.89º 0.57% 0.63% -
HSV(B) 93.89º 0.5% 0.84% -
XYZ 40.28 56.53 22.7 -
YUV 184.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 154 215 107 0.28 0 0.50 0.16 93.89 0.57 0.63
Hex 9A D7 6B 1C 0 32 10 5E 39 3F
Octal 232 327 153 34 0 62 20 136 71 77
Binary 10011010 11010111 1101011 11100 0 110010 10000 1011110 111001 111111

Color Harmonies of #9AD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD76B

Black with #9AD76B

Text Example


Text Example

White with #9AD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,215,107); }

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

background-color css

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

 a { background-color: rgb(154,215,107); }

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

border-color css

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

 span { border-color: rgb(154,215,107); }

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