#AFC854

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

Shades of Celery #AFC854

Tints of Celery #AFC854

Color information

#AFC854 (or 0xAFC854) is unknown color: approx Celery. HEX triplet: AF, C8 and 54. RGB value is (175,200,84). Sum of RGB (Red+Green+Blue) = 175+200+84=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC854 is #5037AB. Grayscale: #B3B3B3. Windows color (decimal): -5257132 or 5556399. OLE color: 5556399.

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

Color convert

RGB17520084-
CMYK0.1200.580.22
HSL72.93º51.33%55.69%-
HSV(B)72.93º58%78.43%-
XYZ39.9351.0616.14-
YUV179.374.22124.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=38.13%
G=43.57%
B=18.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175200840.1200.580.2272.9351.3355.69
HexAFC854C03A16493338
Octal25731012414072261116370
Binary1010111111001000101010011000111010101101001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC854; }

 p { color: rgb(175,200,84); }

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

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

 a { background-color: rgb(175,200,84); }

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

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

 span { border-color: rgb(175,200,84); }

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