#A8C14B

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

Shades of Celery #A8C14B

Tints of Celery #A8C14B

Color information

#A8C14B (or 0xA8C14B) is unknown color: approx Celery. HEX triplet: A8, C1 and 4B. RGB value is (168,193,75). Sum of RGB (Red+Green+Blue) = 168+193+75=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C14B is #573EB4. Grayscale: #ACACAC. Windows color (decimal): -5717685 or 4964776. OLE color: 4964776.

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

Color convert

RGB16819375-
CMYK0.1300.610.24
HSL72.71º48.76%52.55%-
HSV(B)72.71º61.14%75.69%-
XYZ36.4946.9713.8-
YUV172.0773.22125.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=38.53%
G=44.27%
B=17.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168193750.1300.610.2472.7148.7652.55
HexA8C14BD03D18493135
Octal25030111315075301116165
Binary1010100011000001100101111010111101110001001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C14B; }

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

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

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

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

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

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

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

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