#ACC25A

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

Shades of Celery #ACC25A

Tints of Celery #ACC25A

Color information

#ACC25A (or 0xACC25A) is unknown color: approx Celery. HEX triplet: AC, C2 and 5A. RGB value is (172,194,90). Sum of RGB (Red+Green+Blue) = 172+194+90=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC25A is #533DA5. Grayscale: #AFAFAF. Windows color (decimal): -5455270 or 5948076. OLE color: 5948076.

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

Color convert

RGB17219490-
CMYK0.1100.540.24
HSL72.69º46.02%55.69%-
HSV(B)72.69º53.61%76.08%-
XYZ38.1548.0916.94-
YUV175.5779.71125.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=37.72%
G=42.54%
B=19.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194900.1100.540.2472.6946.0255.69
HexACC25AB03618492e38
Octal25430213213066301115670
Binary1010110011000010101101010110110110110001001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC25A; }

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

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

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

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

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

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

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

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