#A8C13C

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

Shades of Celery #A8C13C

Tints of Celery #A8C13C

Color information

#A8C13C (or 0xA8C13C) is unknown color: approx Celery. HEX triplet: A8, C1 and 3C. RGB value is (168,193,60). Sum of RGB (Red+Green+Blue) = 168+193+60=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C13C is #573EC3. Grayscale: #AAAAAA. Windows color (decimal): -5717700 or 3981736. OLE color: 3981736.

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

Color convert

RGB16819360-
CMYK0.1300.690.24
HSL71.28º52.57%49.61%-
HSV(B)71.28º68.91%75.69%-
XYZ36.0346.7911.41-
YUV170.3665.72126.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=39.90%
G=45.84%
B=14.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168193600.1300.690.2471.2852.5749.61
HexA8C13CD04518473532
Octal25030174150105301076562
Binary1010100011000001111100110101000101110001000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C13C; }

 p { color: rgb(168,193,60); }

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

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

 a { background-color: rgb(168,193,60); }

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

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

 span { border-color: rgb(168,193,60); }

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