Html Css Color HEX #9ADB84 Gossip

📋 copy color: '#9ADB84'

red 154 ◦ green 219 ◦ blue 132

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

Shades of Gossip #9ADB84

Tints of Gossip #9ADB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.14%

R = 30.5%
G = 43.37%
B = 26.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#9ADB84 (or 0x9ADB84) is known color: Gossip. HEX triplet: 9A, DB and 84. RGB value is (154,219,132). Sum of RGB (Red+Green+Blue) = 154+219+132=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB84 is #65247B. Grayscale: #BDBDBD. Windows color (decimal): -6628476 or 8706970. OLE color: 8706970.

HSL color Cylindrical-coordinate representation of color #9ADB84: hue angle of 104.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADB84 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 132 -
CMYK 0.30 0 0.40 0.14
HSL 104.83º 0.55% 0.69% -
HSV(B) 104.83º 0.4% 0.86% -
XYZ 42.82 59.2 31 -
YUV 189.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 154 219 132 0.30 0 0.40 0.14 104.83 0.55 0.69
Hex 9A DB 84 1E 0 28 E 69 37 45
Octal 232 333 204 36 0 50 16 151 67 105
Binary 10011010 11011011 10000100 11110 0 101000 1110 1101001 110111 1000101

Color Harmonies of #9ADB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB84

Black with #9ADB84

Text Example


Text Example

White with #9ADB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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