#AFC14C

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

Shades of Celery #AFC14C

Tints of Celery #AFC14C

Color information

#AFC14C (or 0xAFC14C) is unknown color: approx Celery. HEX triplet: AF, C1 and 4C. RGB value is (175,193,76). Sum of RGB (Red+Green+Blue) = 175+193+76=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC14C is #503EB3. Grayscale: #AEAEAE. Windows color (decimal): -5258932 or 5030319. OLE color: 5030319.

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

Color convert

RGB17519376-
CMYK0.0900.610.24
HSL69.23º48.55%52.75%-
HSV(B)69.23º60.62%75.69%-
XYZ38.0547.7814.05-
YUV174.2872.54128.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=39.41%
G=43.47%
B=17.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193760.0900.610.2469.2348.5552.75
HexAFC14C903D18453135
Octal25730111411075301056165
Binary1010111111000001100110010010111101110001000101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC14C; }

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

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

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

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

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

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

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

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