#AFCE8E

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

Shades of Sprout #AFCE8E

Tints of Sprout #AFCE8E

Color information

#AFCE8E (or 0xAFCE8E) is unknown color: approx Sprout. HEX triplet: AF, CE and 8E. RGB value is (175,206,142). Sum of RGB (Red+Green+Blue) = 175+206+142=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE8E is #503171. Grayscale: #BDBDBD. Windows color (decimal): -5255538 or 9359023. OLE color: 9359023.

HSL color Cylindrical-coordinate representation of color #AFCE8E: hue angle of 89.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCE8E is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB175206142-
CMYK0.1500.310.19
HSL89.06º39.51%68.24%-
HSV(B)89.06º31.07%80.78%-
XYZ44.6355.2133.9-
YUV189.43101.23117.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=33.46%
G=39.39%
B=27.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061420.1500.310.1989.0639.5168.24
HexAFCE8EF01F13592844
Octal257316216170372313150104
Binary10101111110011101000111011110111111001110110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE8E; }

 p { color: rgb(175,206,142); }

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

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

 a { background-color: rgb(175,206,142); }

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

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

 span { border-color: rgb(175,206,142); }

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