#AFB78E

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

Shades of Green Spring #AFB78E

Tints of Green Spring #AFB78E

Color information

#AFB78E (or 0xAFB78E) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 8E. RGB value is (175,183,142). Sum of RGB (Red+Green+Blue) = 175+183+142=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78E is #504871. Grayscale: #B0B0B0. Windows color (decimal): -5261426 or 9353135. OLE color: 9353135.

HSL color Cylindrical-coordinate representation of color #AFB78E: hue angle of 71.71º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB78E is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB175183142-
CMYK0.0400.220.28
HSL71.71º22.16%63.73%-
HSV(B)71.71º22.4%71.76%-
XYZ39.544.9332.18-
YUV175.93108.85127.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=35%
G=36.6%
B=28.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831420.0400.220.2871.7122.1663.73
HexAFB78E40161C481640
Octal25726721640263411026100
Binary101011111011011110001110100010110111001001000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB78E; }

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

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

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

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

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

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

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

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