Html Css Color HEX #9ADF75 Gossip

📋 copy color: '#9ADF75'

red 154 ◦ green 223 ◦ blue 117

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

Shades of Gossip #9ADF75

Tints of Gossip #9ADF75

RGB

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

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

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

R = 31.17%
G = 45.14%
B = 23.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9ADF75 (or 0x9ADF75) is known color: Gossip. HEX triplet: 9A, DF and 75. RGB value is (154,223,117). Sum of RGB (Red+Green+Blue) = 154+223+117=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF75 is #65208A. Grayscale: #BEBEBE. Windows color (decimal): -6627467 or 7724954. OLE color: 7724954.

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

Color convert

RGB 154 223 117 -
CMYK 0.31 0 0.48 0.13
HSL 99.06º 0.62% 0.67% -
HSV(B) 99.06º 0.48% 0.87% -
XYZ 42.92 60.93 26.33 -
YUV 190.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 154 223 117 0.31 0 0.48 0.13 99.06 0.62 0.67
Hex 9A DF 75 1F 0 30 D 63 3E 43
Octal 232 337 165 37 0 60 15 143 76 103
Binary 10011010 11011111 1110101 11111 0 110000 1101 1100011 111110 1000011

Color Harmonies of #9ADF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF75

Black with #9ADF75

Text Example


Text Example

White with #9ADF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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