#afc13d

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

Shades of Celery #AFC13D

Tints of Celery #AFC13D

Color information

#AFC13D (or 0xAFC13D) is unknown color: approx Celery. HEX triplet: AF, C1 and 3D. RGB value is (175,193,61). Sum of RGB (Red+Green+Blue) = 175+193+61=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC13D is #503EC2. Grayscale: #ADADAD. Windows color (decimal): -5258947 or 4047279. OLE color: 4047279.

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

Color convert

RGB17519361-
CMYK0.0900.680.24
HSL68.18º51.97%49.8%-
HSV(B)68.18º68.39%75.69%-
XYZ37.5947.5911.62-
YUV172.5765.04129.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 61 (24.22% from 255) = 14.22%
R=40.79%
G=44.99%
B=14.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193610.0900.680.2468.1851.9749.8
HexAFC13D904418443432
Octal25730175110104301046462
Binary1010111111000001111101100101000100110001000100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc13d; }

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

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

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

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

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

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

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

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