Html Css Color HEX #9ADF85 Gossip

📋 copy color: '#9ADF85'

red 154 ◦ green 223 ◦ blue 133

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

Shades of Gossip #9ADF85

Tints of Gossip #9ADF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 30.2%
G = 43.73%
B = 26.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#9ADF85 (or 0x9ADF85) is known color: Gossip. HEX triplet: 9A, DF and 85. RGB value is (154,223,133). Sum of RGB (Red+Green+Blue) = 154+223+133=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADF85 is #65207A. Grayscale: #C0C0C0. Windows color (decimal): -6627451 or 8773530. OLE color: 8773530.

HSL color Cylindrical-coordinate representation of color #9ADF85: hue angle of 106º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADF85 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 133 -
CMYK 0.31 0 0.40 0.13
HSL 106º 0.58% 0.7% -
HSV(B) 106º 0.4% 0.87% -
XYZ 43.95 61.34 31.71 -
YUV 192.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 154 223 133 0.31 0 0.40 0.13 106 0.58 0.7
Hex 9A DF 85 1F 0 28 D 6A 3A 46
Octal 232 337 205 37 0 50 15 152 72 106
Binary 10011010 11011111 10000101 11111 0 101000 1101 1101010 111010 1000110

Color Harmonies of #9ADF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF85

Black with #9ADF85

Text Example


Text Example

White with #9ADF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,133); }

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

background-color css

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

 a { background-color: rgb(154,223,133); }

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

border-color css

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

 span { border-color: rgb(154,223,133); }

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