#AFCC46

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

Shades of Celery #AFCC46

Tints of Celery #AFCC46

Color information

#AFCC46 (or 0xAFCC46) is unknown color: approx Celery. HEX triplet: AF, CC and 46. RGB value is (175,204,70). Sum of RGB (Red+Green+Blue) = 175+204+70=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC46 is #5033B9. Grayscale: #B4B4B4. Windows color (decimal): -5256122 or 4639919. OLE color: 4639919.

HSL color Cylindrical-coordinate representation of color #AFCC46: hue angle of 72.99º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFCC46 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB17520470-
CMYK0.1400.660.2
HSL72.99º56.78%53.73%-
HSV(B)72.99º65.69%80%-
XYZ40.3852.7413.85-
YUV180.0565.89124.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=38.98%
G=45.43%
B=15.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175204700.1400.660.272.9956.7853.73
HexAFCC46E04214493936
Octal257314106160102241117166
Binary10101111110011001000110111001000010101001001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC46; }

 p { color: rgb(175,204,70); }

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

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

 a { background-color: rgb(175,204,70); }

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

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

 span { border-color: rgb(175,204,70); }

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