Html Css Color HEX #9AD674 Gossip

📋 copy color: '#9AD674'

red 154 ◦ green 214 ◦ blue 116

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

Shades of Gossip #9AD674

Tints of Gossip #9AD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 31.82%
G = 44.21%
B = 23.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#9AD674 (or 0x9AD674) is known color: Gossip. HEX triplet: 9A, D6 and 74. RGB value is (154,214,116). Sum of RGB (Red+Green+Blue) = 154+214+116=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD674 is #65298B. Grayscale: #B9B9B9. Windows color (decimal): -6629772 or 7657114. OLE color: 7657114.

HSL color Cylindrical-coordinate representation of color #9AD674: hue angle of 96.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AD674 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 116 -
CMYK 0.28 0 0.46 0.16
HSL 96.73º 0.54% 0.65% -
HSV(B) 96.73º 0.46% 0.84% -
XYZ 40.53 56.22 25.24 -
YUV 184.89 89.12 105.97 -
System Red Green Blue C M Y K H S L
Decimal 154 214 116 0.28 0 0.46 0.16 96.73 0.54 0.65
Hex 9A D6 74 1C 0 2E 10 61 36 41
Octal 232 326 164 34 0 56 20 141 66 101
Binary 10011010 11010110 1110100 11100 0 101110 10000 1100001 110110 1000001

Color Harmonies of #9AD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD674

Black with #9AD674

Text Example


Text Example

White with #9AD674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,214,116); }

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

background-color css

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

 a { background-color: rgb(154,214,116); }

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

border-color css

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

 span { border-color: rgb(154,214,116); }

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