#AFC248

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

Shades of Celery #AFC248

Tints of Celery #AFC248

Color information

#AFC248 (or 0xAFC248) is unknown color: approx Celery. HEX triplet: AF, C2 and 48. RGB value is (175,194,72). Sum of RGB (Red+Green+Blue) = 175+194+72=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC248 is #503DB7. Grayscale: #AEAEAE. Windows color (decimal): -5258680 or 4768431. OLE color: 4768431.

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

Color convert

RGB17519472-
CMYK0.1000.630.24
HSL69.34º50%52.16%-
HSV(B)69.34º62.89%76.08%-
XYZ38.1448.1713.42-
YUV174.4170.21128.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 194 (76.17% from 255) = 43.99%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=39.68%
G=43.99%
B=16.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175194720.1000.630.2469.345052.16
HexAFC248A03F18453234
Octal25730211012077301056264
Binary1010111111000010100100010100111111110001000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC248; }

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

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

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

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

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

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

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

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