#AFC64C

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

Shades of Celery #AFC64C

Tints of Celery #AFC64C

Color information

#AFC64C (or 0xAFC64C) is unknown color: approx Celery. HEX triplet: AF, C6 and 4C. RGB value is (175,198,76). Sum of RGB (Red+Green+Blue) = 175+198+76=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC64C is #5039B3. Grayscale: #B1B1B1. Windows color (decimal): -5257652 or 5031599. OLE color: 5031599.

HSL color Cylindrical-coordinate representation of color #AFC64C: hue angle of 71.31º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC64C is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB17519876-
CMYK0.1200.620.22
HSL71.31º51.69%53.73%-
HSV(B)71.31º61.62%77.65%-
XYZ39.1850.0214.43-
YUV177.2170.88126.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 198 (77.73% from 255) = 44.10%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=38.98%
G=44.10%
B=16.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198760.1200.620.2271.3151.6953.73
HexAFC64CC03E16473436
Octal25730611414076261076466
Binary1010111111000110100110011000111110101101000111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC64C; }

 p { color: rgb(175,198,76); }

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

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

 a { background-color: rgb(175,198,76); }

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

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

 span { border-color: rgb(175,198,76); }

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