Html Css Color HEX #9AD972 Gossip

📋 copy color: '#9AD972'

red 154 ◦ green 217 ◦ blue 114

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

Shades of Gossip #9AD972

Tints of Gossip #9AD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 31.75%
G = 44.74%
B = 23.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#9AD972 (or 0x9AD972) is known color: Gossip. HEX triplet: 9A, D9 and 72. RGB value is (154,217,114). Sum of RGB (Red+Green+Blue) = 154+217+114=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD972 is #65268D. Grayscale: #BABABA. Windows color (decimal): -6629006 or 7526810. OLE color: 7526810.

HSL color Cylindrical-coordinate representation of color #9AD972: hue angle of 96.7º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AD972 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 217 114 -
CMYK 0.29 0 0.47 0.15
HSL 96.7º 0.58% 0.65% -
HSV(B) 96.7º 0.47% 0.85% -
XYZ 41.18 57.71 24.89 -
YUV 186.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 154 217 114 0.29 0 0.47 0.15 96.7 0.58 0.65
Hex 9A D9 72 1D 0 2F F 61 3A 41
Octal 232 331 162 35 0 57 17 141 72 101
Binary 10011010 11011001 1110010 11101 0 101111 1111 1100001 111010 1000001

Color Harmonies of #9AD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD972

Black with #9AD972

Text Example


Text Example

White with #9AD972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,217,114); }

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

background-color css

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

 a { background-color: rgb(154,217,114); }

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

border-color css

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

 span { border-color: rgb(154,217,114); }

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