#AFC435

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

Shades of Celery #AFC435

Tints of Celery #AFC435

Color information

#AFC435 (or 0xAFC435) is unknown color: approx Celery. HEX triplet: AF, C4 and 35. RGB value is (175,196,53). Sum of RGB (Red+Green+Blue) = 175+196+53=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC435 is #503BCA. Grayscale: #ADADAD. Windows color (decimal): -5258187 or 3523759. OLE color: 3523759.

HSL color Cylindrical-coordinate representation of color #AFC435: hue angle of 68.81º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFC435 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB17519653-
CMYK0.1100.730.23
HSL68.81º57.43%48.82%-
HSV(B)68.81º72.96%76.86%-
XYZ38.0648.8510.79-
YUV173.4260.04129.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 196 (76.95% from 255) = 46.23%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=41.27%
G=46.23%
B=12.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175196530.1100.730.2368.8157.4348.82
HexAFC435B04917453931
Octal25730465130111271057161
Binary1010111111000100110101101101001001101111000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC435; }

 p { color: rgb(175,196,53); }

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

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

 a { background-color: rgb(175,196,53); }

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

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

 span { border-color: rgb(175,196,53); }

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