#ABC25A

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

Shades of Celery #ABC25A

Tints of Celery #ABC25A

Color information

#ABC25A (or 0xABC25A) is unknown color: approx Celery. HEX triplet: AB, C2 and 5A. RGB value is (171,194,90). Sum of RGB (Red+Green+Blue) = 171+194+90=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC25A is #543DA5. Grayscale: #AFAFAF. Windows color (decimal): -5520806 or 5948075. OLE color: 5948075.

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

Color convert

RGB17119490-
CMYK0.1200.540.24
HSL73.27º46.02%55.69%-
HSV(B)73.27º53.61%76.08%-
XYZ37.9347.9816.93-
YUV175.2779.88124.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=37.58%
G=42.64%
B=19.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171194900.1200.540.2473.2746.0255.69
HexABC25AC03618492e38
Octal25330213214066301115670
Binary1010101111000010101101011000110110110001001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC25A; }

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

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

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

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

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

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

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

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