#AFC25C

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

Shades of Celery #AFC25C

Tints of Celery #AFC25C

Color information

#AFC25C (or 0xAFC25C) is unknown color: approx Celery. HEX triplet: AF, C2 and 5C. RGB value is (175,194,92). Sum of RGB (Red+Green+Blue) = 175+194+92=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC25C is #503DA3. Grayscale: #B1B1B1. Windows color (decimal): -5258660 or 6079151. OLE color: 6079151.

HSL color Cylindrical-coordinate representation of color #AFC25C: hue angle of 71.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC25C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB17519492-
CMYK0.1000.530.24
HSL71.18º45.54%56.08%-
HSV(B)71.18º52.58%76.08%-
XYZ38.948.4717.43-
YUV176.6980.21126.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=37.96%
G=42.08%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175194920.1000.530.2471.1845.5456.08
HexAFC25CA03518472e38
Octal25730213412065301075670
Binary1010111111000010101110010100110101110001000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC25C; }

 p { color: rgb(175,194,92); }

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

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

 a { background-color: rgb(175,194,92); }

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

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

 span { border-color: rgb(175,194,92); }

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