#ABC14C

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

Shades of Celery #ABC14C

Tints of Celery #ABC14C

Color information

#ABC14C (or 0xABC14C) is unknown color: approx Celery. HEX triplet: AB, C1 and 4C. RGB value is (171,193,76). Sum of RGB (Red+Green+Blue) = 171+193+76=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC14C is #543EB3. Grayscale: #ADADAD. Windows color (decimal): -5521076 or 5030315. OLE color: 5030315.

HSL color Cylindrical-coordinate representation of color #ABC14C: hue angle of 71.28º 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 #ABC14C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB17119376-
CMYK0.1100.610.24
HSL71.28º48.55%52.75%-
HSV(B)71.28º60.62%75.69%-
XYZ37.1747.3214.01-
YUV173.0873.21126.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=38.86%
G=43.86%
B=17.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171193760.1100.610.2471.2848.5552.75
HexABC14CB03D18473135
Octal25330111413075301076165
Binary1010101111000001100110010110111101110001000111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC14C; }

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

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

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

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

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

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

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

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