Html Css Color HEX #99AD46 Green Smoke

📋 copy color: '#99AD46'

red 153 ◦ green 173 ◦ blue 70

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

Shades of Green Smoke #99AD46

Tints of Green Smoke #99AD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 38.64%
G = 43.69%
B = 17.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#99AD46 (or 0x99AD46) is known color: Green Smoke. HEX triplet: 99, AD and 46. RGB value is (153,173,70). Sum of RGB (Red+Green+Blue) = 153+173+70=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD46 is #6652B9. Grayscale: #9B9B9B. Windows color (decimal): -6705850 or 4631961. OLE color: 4631961.

HSL color Cylindrical-coordinate representation of color #99AD46: hue angle of 71.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99AD46 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 173 70 -
CMYK 0.12 0 0.60 0.32
HSL 71.65º 0.42% 0.48% -
HSV(B) 71.65º 0.6% 0.68% -
XYZ 29.19 37.1 11.42 -
YUV 155.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 153 173 70 0.12 0 0.60 0.32 71.65 0.42 0.48
Hex 99 AD 46 C 0 3C 20 48 2A 30
Octal 231 255 106 14 0 74 40 110 52 60
Binary 10011001 10101101 1000110 1100 0 111100 100000 1001000 101010 110000

Color Harmonies of #99AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD46

Black with #99AD46

Text Example


Text Example

White with #99AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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