Html Css Color HEX #99AD50 Green Smoke

📋 copy color: '#99AD50'

red 153 ◦ green 173 ◦ blue 80

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

Shades of Green Smoke #99AD50

Tints of Green Smoke #99AD50

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 37.68%
G = 42.61%
B = 19.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#99AD50 (or 0x99AD50) is known color: Green Smoke. HEX triplet: 99, AD and 50. RGB value is (153,173,80). Sum of RGB (Red+Green+Blue) = 153+173+80=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD50 is #6652AF. Grayscale: #9C9C9C. Windows color (decimal): -6705840 or 5287321. OLE color: 5287321.

HSL color Cylindrical-coordinate representation of color #99AD50: hue angle of 72.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99AD50 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 173 80 -
CMYK 0.12 0 0.54 0.32
HSL 72.9º 0.37% 0.5% -
HSV(B) 72.9º 0.54% 0.68% -
XYZ 29.53 37.24 13.22 -
YUV 156.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 153 173 80 0.12 0 0.54 0.32 72.9 0.37 0.5
Hex 99 AD 50 C 0 36 20 49 25 32
Octal 231 255 120 14 0 66 40 111 45 62
Binary 10011001 10101101 1010000 1100 0 110110 100000 1001001 100101 110010

Color Harmonies of #99AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD50

Black with #99AD50

Text Example


Text Example

White with #99AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AD50; }

 p { color: rgb(153,173,80); }

 H1.HeaderClassName
 {
   color: #99AD50;
 }
 .AnyTagClassName
 {
   color: #99AD50;
 }
</style>

background-color css

<style>
 a { background-color: #99AD50; }

 a { background-color: rgb(153,173,80); }

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

border-color css

<style>
 span { border-color: #99AD50; }

 span { border-color: rgb(153,173,80); }

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