#AFC09E

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

Shades of Sprout #AFC09E

Tints of Sprout #AFC09E

Color information

#AFC09E (or 0xAFC09E) is unknown color: approx Sprout. HEX triplet: AF, C0 and 9E. RGB value is (175,192,158). Sum of RGB (Red+Green+Blue) = 175+192+158=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09E is #503F61. Grayscale: #B7B7B7. Windows color (decimal): -5259106 or 10404015. OLE color: 10404015.

HSL color Cylindrical-coordinate representation of color #AFC09E: hue angle of 90º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC09E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB175192158-
CMYK0.0900.180.25
HSL90º21.25%68.63%-
HSV(B)90º17.71%75.29%-
XYZ42.749.2839.61-
YUV183.04113.87122.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=33.33%
G=36.57%
B=30.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921580.0900.180.259021.2568.63
HexAFC09E9012195a1545
Octal257300236110223113225105
Binary1010111111000000100111101001010010110011011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC09E; }

 p { color: rgb(175,192,158); }

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

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

 a { background-color: rgb(175,192,158); }

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

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

 span { border-color: rgb(175,192,158); }

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