Html Css Color HEX #9AD074 Gossip

📋 copy color: '#9AD074'

red 154 ◦ green 208 ◦ blue 116

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

Shades of Gossip #9AD074

Tints of Gossip #9AD074

RGB

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

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

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

R = 32.22%
G = 43.51%
B = 24.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#9AD074 (or 0x9AD074) is known color: Gossip. HEX triplet: 9A, D0 and 74. RGB value is (154,208,116). Sum of RGB (Red+Green+Blue) = 154+208+116=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD074 is #652F8B. Grayscale: #B5B5B5. Windows color (decimal): -6631308 or 7655578. OLE color: 7655578.

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

Color convert

RGB 154 208 116 -
CMYK 0.26 0 0.44 0.18
HSL 95.22º 0.49% 0.64% -
HSV(B) 95.22º 0.44% 0.82% -
XYZ 39.03 53.24 24.74 -
YUV 181.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 154 208 116 0.26 0 0.44 0.18 95.22 0.49 0.64
Hex 9A D0 74 1A 0 2C 12 5F 31 40
Octal 232 320 164 32 0 54 22 137 61 100
Binary 10011010 11010000 1110100 11010 0 101100 10010 1011111 110001 1000000

Color Harmonies of #9AD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD074

Black with #9AD074

Text Example


Text Example

White with #9AD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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