#AFC64A

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

Shades of Celery #AFC64A

Tints of Celery #AFC64A

Color information

#AFC64A (or 0xAFC64A) is unknown color: approx Celery. HEX triplet: AF, C6 and 4A. RGB value is (175,198,74). Sum of RGB (Red+Green+Blue) = 175+198+74=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC64A is #5039B5. Grayscale: #B1B1B1. Windows color (decimal): -5257654 or 4900527. OLE color: 4900527.

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

Color convert

RGB17519874-
CMYK0.1200.630.22
HSL71.13º52.1%53.33%-
HSV(B)71.13º62.63%77.65%-
XYZ39.115014.07-
YUV176.9969.88126.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 74 (29.30% from 255) = 16.55%
R=39.15%
G=44.30%
B=16.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198740.1200.630.2271.1352.153.33
HexAFC64AC03F16473435
Octal25730611214077261076465
Binary1010111111000110100101011000111111101101000111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC64A; }

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

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

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

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

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

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

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

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