#AFCB8D

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

Shades of Sprout #AFCB8D

Tints of Sprout #AFCB8D

Color information

#AFCB8D (or 0xAFCB8D) is unknown color: approx Sprout. HEX triplet: AF, CB and 8D. RGB value is (175,203,141). Sum of RGB (Red+Green+Blue) = 175+203+141=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB8D is #503472. Grayscale: #BBBBBB. Windows color (decimal): -5256307 or 9292719. OLE color: 9292719.

HSL color Cylindrical-coordinate representation of color #AFCB8D: hue angle of 87.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCB8D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB175203141-
CMYK0.1400.310.20
HSL87.1º37.35%67.45%-
HSV(B)87.1º30.54%79.61%-
XYZ43.8453.7533.26-
YUV187.56101.72119.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=33.72%
G=39.11%
B=27.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031410.1400.310.2087.137.3567.45
HexAFCB8DE01F14572543
Octal257313215160372412745103
Binary10101111110010111000110111100111111010010101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB8D; }

 p { color: rgb(175,203,141); }

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

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

 a { background-color: rgb(175,203,141); }

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

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

 span { border-color: rgb(175,203,141); }

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