#AFD098

Color #AFD098 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AFD098

Tints of Sprout #AFD098

Color information

#AFD098 (or 0xAFD098) is unknown color: approx Sprout. HEX triplet: AF, D0 and 98. RGB value is (175,208,152). Sum of RGB (Red+Green+Blue) = 175+208+152=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD098 is #502F67. Grayscale: #BFBFBF. Windows color (decimal): -5255016 or 10014895. OLE color: 10014895.

HSL color Cylindrical-coordinate representation of color #AFD098: hue angle of 95.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD098 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB175208152-
CMYK0.1600.270.18
HSL95.36º37.33%70.59%-
HSV(B)95.36º26.92%81.57%-
XYZ45.956.4938.19-
YUV191.75105.57116.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=32.71%
G=38.88%
B=28.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081520.1600.270.1895.3637.3370.59
HexAFD0981001B125f2547
Octal257320230200332213745107
Binary101011111101000010011000100000110111001010111111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD098; }

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

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

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

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

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

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

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

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