#ABC242

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

Shades of Celery #ABC242

Tints of Celery #ABC242

Color information

#ABC242 (or 0xABC242) is unknown color: approx Celery. HEX triplet: AB, C2 and 42. RGB value is (171,194,66). Sum of RGB (Red+Green+Blue) = 171+194+66=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC242 is #543DBD. Grayscale: #ADADAD. Windows color (decimal): -5520830 or 4375211. OLE color: 4375211.

HSL color Cylindrical-coordinate representation of color #ABC242: hue angle of 70.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABC242 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB17119466-
CMYK0.1200.660.24
HSL70.78º51.2%50.98%-
HSV(B)70.78º65.98%76.08%-
XYZ37.0747.6312.39-
YUV172.5367.88126.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=39.68%
G=45.01%
B=15.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171194660.1200.660.2470.7851.250.98
HexABC242C04218473333
Octal253302102140102301076363
Binary10101011110000101000010110001000010110001000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC242; }

 p { color: rgb(171,194,66); }

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

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

 a { background-color: rgb(171,194,66); }

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

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

 span { border-color: rgb(171,194,66); }

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