#98af4d

Color #98AF4D Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #98AF4D

Tints of Green Smoke #98AF4D

Color information

#98AF4D (or 0x98AF4D) is unknown color: approx Green Smoke. HEX triplet: 98, AF and 4D. RGB value is (152,175,77). Sum of RGB (Red+Green+Blue) = 152+175+77=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF4D is #6750B2. Grayscale: #9D9D9D. Windows color (decimal): -6770867 or 5091224. OLE color: 5091224.

HSL color Cylindrical-coordinate representation of color #98AF4D: hue angle of 74.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98AF4D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB15217577-
CMYK0.1300.560.31
HSL74.08º38.89%49.41%-
HSV(B)74.08º56%68.63%-
XYZ29.6237.8712.77-
YUV156.9582.88124.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=37.62%
G=43.32%
B=19.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175770.1300.560.3174.0838.8949.41
Hex98AF4DD0381F4a2731
Octal23025711515070371124761
Binary1001100010101111100110111010111000111111001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98af4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98af4d; }

 p { color: rgb(152,175,77); }

 H1.HeaderClassName
 {
   color: #98af4d;
 }
 .AnyTagClassName
 {
   color: #98af4d;
 }
</style>
background-color css

<style>
 a { background-color: #98af4d; }

 a { background-color: rgb(152,175,77); }

 div.DivClassName
 {
   background-color: #98af4d;
 }
 .BgClassName
 {
   background-color: #98af4d;
 }
</style>
border-color css

<style>
 span { border-color: #98af4d; }

 span { border-color: rgb(152,175,77); }

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