#AFC157

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

Shades of Celery #AFC157

Tints of Celery #AFC157

Color information

#AFC157 (or 0xAFC157) is unknown color: approx Celery. HEX triplet: AF, C1 and 57. RGB value is (175,193,87). Sum of RGB (Red+Green+Blue) = 175+193+87=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC157 is #503EA8. Grayscale: #AFAFAF. Windows color (decimal): -5258921 or 5751215. OLE color: 5751215.

HSL color Cylindrical-coordinate representation of color #AFC157: hue angle of 70.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC157 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB17519387-
CMYK0.0900.550.24
HSL70.19º46.09%54.9%-
HSV(B)70.19º54.92%75.69%-
XYZ38.4747.9416.24-
YUV175.5378.04127.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=38.46%
G=42.42%
B=19.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193870.0900.550.2470.1946.0954.9
HexAFC157903718462e37
Octal25730112711067301065667
Binary1010111111000001101011110010110111110001000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC157; }

 p { color: rgb(175,193,87); }

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

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

 a { background-color: rgb(175,193,87); }

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

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

 span { border-color: rgb(175,193,87); }

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