#AFC54A

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

Shades of Celery #AFC54A

Tints of Celery #AFC54A

Color information

#AFC54A (or 0xAFC54A) is unknown color: approx Celery. HEX triplet: AF, C5 and 4A. RGB value is (175,197,74). Sum of RGB (Red+Green+Blue) = 175+197+74=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC54A is #503AB5. Grayscale: #B0B0B0. Windows color (decimal): -5257910 or 4900271. OLE color: 4900271.

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

Color convert

RGB17519774-
CMYK0.1100.620.23
HSL70.73º51.46%53.14%-
HSV(B)70.73º62.44%77.25%-
XYZ38.8849.5413.99-
YUV176.470.21127-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=39.24%
G=44.17%
B=16.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197740.1100.620.2370.7351.4653.14
HexAFC54AB03E17473335
Octal25730511213076271076365
Binary1010111111000101100101010110111110101111000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC54A; }

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

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

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

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

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

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

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

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