#AFC598

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

Shades of Sprout #AFC598

Tints of Sprout #AFC598

Color information

#AFC598 (or 0xAFC598) is unknown color: approx Sprout. HEX triplet: AF, C5 and 98. RGB value is (175,197,152). Sum of RGB (Red+Green+Blue) = 175+197+152=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC598 is #503A67. Grayscale: #B9B9B9. Windows color (decimal): -5257832 or 10012079. OLE color: 10012079.

HSL color Cylindrical-coordinate representation of color #AFC598: hue angle of 89.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC598 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB175197152-
CMYK0.1100.230.23
HSL89.33º27.95%68.43%-
HSV(B)89.33º22.84%77.25%-
XYZ43.3151.3137.33-
YUV185.29109.21120.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=33.40%
G=37.60%
B=29.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971520.1100.230.2389.3327.9568.43
HexAFC598B01717591c44
Octal257305230130272713134104
Binary1010111111000101100110001011010111101111011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC598; }

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

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

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

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

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

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

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

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