Html Css Color HEX #9ADE75 Gossip

📋 copy color: '#9ADE75'

red 154 ◦ green 222 ◦ blue 117

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

Shades of Gossip #9ADE75

Tints of Gossip #9ADE75

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 117 (46.09% from 255) = 23.73%

R = 31.24%
G = 45.03%
B = 23.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9ADE75 (or 0x9ADE75) is known color: Gossip. HEX triplet: 9A, DE and 75. RGB value is (154,222,117). Sum of RGB (Red+Green+Blue) = 154+222+117=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE75 is #65218A. Grayscale: #BEBEBE. Windows color (decimal): -6627723 or 7724698. OLE color: 7724698.

HSL color Cylindrical-coordinate representation of color #9ADE75: hue angle of 98.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADE75 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 117 -
CMYK 0.31 0 0.47 0.13
HSL 98.86º 0.61% 0.66% -
HSV(B) 98.86º 0.47% 0.87% -
XYZ 42.66 60.4 26.24 -
YUV 189.7 86.97 102.54 -
System Red Green Blue C M Y K H S L
Decimal 154 222 117 0.31 0 0.47 0.13 98.86 0.61 0.66
Hex 9A DE 75 1F 0 2F D 63 3D 42
Octal 232 336 165 37 0 57 15 143 75 102
Binary 10011010 11011110 1110101 11111 0 101111 1101 1100011 111101 1000010

Color Harmonies of #9ADE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE75

Black with #9ADE75

Text Example


Text Example

White with #9ADE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,222,117); }

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

background-color css

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

 a { background-color: rgb(154,222,117); }

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

border-color css

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

 span { border-color: rgb(154,222,117); }

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