#A4C245

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

Shades of Celery #A4C245

Tints of Celery #A4C245

Color information

#A4C245 (or 0xA4C245) is unknown color: approx Celery. HEX triplet: A4, C2 and 45. RGB value is (164,194,69). Sum of RGB (Red+Green+Blue) = 164+194+69=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C245 is #5B3DBA. Grayscale: #ABABAB. Windows color (decimal): -5979579 or 4571812. OLE color: 4571812.

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

Color convert

RGB16419469-
CMYK0.1500.640.24
HSL74.4º50.61%51.57%-
HSV(B)74.4º64.43%76.08%-
XYZ35.6846.9112.8-
YUV170.7870.56123.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=38.41%
G=45.43%
B=16.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164194690.1500.640.2474.450.6151.57
HexA4C245F040184a3334
Octal244302105170100301126364
Binary10100100110000101000101111101000000110001001010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C245; }

 p { color: rgb(164,194,69); }

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

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

 a { background-color: rgb(164,194,69); }

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

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

 span { border-color: rgb(164,194,69); }

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