#AFC09B

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

Shades of Sprout #AFC09B

Tints of Sprout #AFC09B

Color information

#AFC09B (or 0xAFC09B) is unknown color: approx Sprout. HEX triplet: AF, C0 and 9B. RGB value is (175,192,155). Sum of RGB (Red+Green+Blue) = 175+192+155=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09B is #503F64. Grayscale: #B6B6B6. Windows color (decimal): -5259109 or 10207407. OLE color: 10207407.

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

Color convert

RGB175192155-
CMYK0.0900.190.25
HSL87.57º22.7%68.04%-
HSV(B)87.57º19.27%75.29%-
XYZ42.4549.1838.27-
YUV182.7112.37122.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=33.52%
G=36.78%
B=29.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921550.0900.190.2587.5722.768.04
HexAFC09B901319581744
Octal257300233110233113027104
Binary1010111111000000100110111001010011110011011000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC09B; }

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

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

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

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

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

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

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

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