#AFC152

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

Shades of Celery #AFC152

Tints of Celery #AFC152

Color information

#AFC152 (or 0xAFC152) is unknown color: approx Celery. HEX triplet: AF, C1 and 52. RGB value is (175,193,82). Sum of RGB (Red+Green+Blue) = 175+193+82=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC152 is #503EAD. Grayscale: #AFAFAF. Windows color (decimal): -5258926 or 5423535. OLE color: 5423535.

HSL color Cylindrical-coordinate representation of color #AFC152: hue angle of 69.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC152 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB17519382-
CMYK0.0900.580.24
HSL69.73º47.23%53.92%-
HSV(B)69.73º57.51%75.69%-
XYZ38.2747.8615.2-
YUV174.9675.54128.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=38.89%
G=42.89%
B=18.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193820.0900.580.2469.7347.2353.92
HexAFC152903A18462f36
Octal25730112211072301065766
Binary1010111111000001101001010010111010110001000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC152; }

 p { color: rgb(175,193,82); }

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

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

 a { background-color: rgb(175,193,82); }

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

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

 span { border-color: rgb(175,193,82); }

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