#AFD298

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

Shades of Sprout #AFD298

Tints of Sprout #AFD298

Color information

#AFD298 (or 0xAFD298) is unknown color: approx Sprout. HEX triplet: AF, D2 and 98. RGB value is (175,210,152). Sum of RGB (Red+Green+Blue) = 175+210+152=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD298 is #502D67. Grayscale: #C1C1C1. Windows color (decimal): -5254504 or 10015407. OLE color: 10015407.

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

Color convert

RGB175210152-
CMYK0.1700.280.18
HSL96.21º39.19%70.98%-
HSV(B)96.21º27.62%82.35%-
XYZ46.3957.4738.35-
YUV192.92104.9115.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=32.59%
G=39.11%
B=28.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101520.1700.280.1896.2139.1970.98
HexAFD2981101C12602747
Octal257322230210342214047107
Binary101011111101001010011000100010111001001011000001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD298; }

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

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

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

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

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

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

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

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