Html Css Color HEX #9ADB6C Gossip

📋 copy color: '#9ADB6C'

red 154 ◦ green 219 ◦ blue 108

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

Shades of Gossip #9ADB6C

Tints of Gossip #9ADB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 32.02%
G = 45.53%
B = 22.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#9ADB6C (or 0x9ADB6C) is known color: Gossip. HEX triplet: 9A, DB and 6C. RGB value is (154,219,108). Sum of RGB (Red+Green+Blue) = 154+219+108=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB6C is #652493. Grayscale: #BBBBBB. Windows color (decimal): -6628500 or 7134106. OLE color: 7134106.

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

Color convert

RGB 154 219 108 -
CMYK 0.30 0 0.51 0.14
HSL 95.14º 0.61% 0.64% -
HSV(B) 95.14º 0.51% 0.86% -
XYZ 41.36 58.62 23.32 -
YUV 186.91 83.47 104.53 -
System Red Green Blue C M Y K H S L
Decimal 154 219 108 0.30 0 0.51 0.14 95.14 0.61 0.64
Hex 9A DB 6C 1E 0 33 E 5F 3D 40
Octal 232 333 154 36 0 63 16 137 75 100
Binary 10011010 11011011 1101100 11110 0 110011 1110 1011111 111101 1000000

Color Harmonies of #9ADB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB6C

Black with #9ADB6C

Text Example


Text Example

White with #9ADB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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