#AFC445

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

Shades of Celery #AFC445

Tints of Celery #AFC445

Color information

#AFC445 (or 0xAFC445) is unknown color: approx Celery. HEX triplet: AF, C4 and 45. RGB value is (175,196,69). Sum of RGB (Red+Green+Blue) = 175+196+69=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC445 is #503BBA. Grayscale: #AFAFAF. Windows color (decimal): -5258171 or 4572335. OLE color: 4572335.

HSL color Cylindrical-coordinate representation of color #AFC445: hue angle of 69.92º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC445 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB17519669-
CMYK0.1100.650.23
HSL69.92º51.84%51.96%-
HSV(B)69.92º64.8%76.86%-
XYZ38.4949.0213.06-
YUV175.2468.04127.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 15.68%
R=39.77%
G=44.55%
B=15.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175196690.1100.650.2369.9251.8451.96
HexAFC445B04117463434
Octal257304105130101271066464
Binary10101111110001001000101101101000001101111000110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC445; }

 p { color: rgb(175,196,69); }

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

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

 a { background-color: rgb(175,196,69); }

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

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

 span { border-color: rgb(175,196,69); }

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