Html Css Color HEX #9ADB75 Gossip

📋 copy color: '#9ADB75'

red 154 ◦ green 219 ◦ blue 117

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

Shades of Gossip #9ADB75

Tints of Gossip #9ADB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 31.43%
G = 44.69%
B = 23.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9ADB75 (or 0x9ADB75) is known color: Gossip. HEX triplet: 9A, DB and 75. RGB value is (154,219,117). Sum of RGB (Red+Green+Blue) = 154+219+117=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB75 is #65248A. Grayscale: #BCBCBC. Windows color (decimal): -6628491 or 7723930. OLE color: 7723930.

HSL color Cylindrical-coordinate representation of color #9ADB75: hue angle of 98.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADB75 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 117 -
CMYK 0.30 0 0.47 0.14
HSL 98.24º 0.59% 0.66% -
HSV(B) 98.24º 0.47% 0.86% -
XYZ 41.87 58.82 25.98 -
YUV 187.94 87.97 103.79 -
System Red Green Blue C M Y K H S L
Decimal 154 219 117 0.30 0 0.47 0.14 98.24 0.59 0.66
Hex 9A DB 75 1E 0 2F E 62 3B 42
Octal 232 333 165 36 0 57 16 142 73 102
Binary 10011010 11011011 1110101 11110 0 101111 1110 1100010 111011 1000010

Color Harmonies of #9ADB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB75

Black with #9ADB75

Text Example


Text Example

White with #9ADB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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