#ACC135

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

Shades of Celery #ACC135

Tints of Celery #ACC135

Color information

#ACC135 (or 0xACC135) is unknown color: approx Celery. HEX triplet: AC, C1 and 35. RGB value is (172,193,53). Sum of RGB (Red+Green+Blue) = 172+193+53=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC135 is #533ECA. Grayscale: #ABABAB. Windows color (decimal): -5455563 or 3522988. OLE color: 3522988.

HSL color Cylindrical-coordinate representation of color #ACC135: hue angle of 69º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC135 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB17219353-
CMYK0.1100.730.24
HSL69º56.91%48.24%-
HSV(B)69º72.54%75.69%-
XYZ36.7347.1710.54-
YUV170.7661.54128.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=41.15%
G=46.17%
B=12.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193530.1100.730.246956.9148.24
HexACC135B04918453930
Octal25430165130111301057160
Binary1010110011000001110101101101001001110001000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC135; }

 p { color: rgb(172,193,53); }

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

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

 a { background-color: rgb(172,193,53); }

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

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

 span { border-color: rgb(172,193,53); }

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