#ACC252

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

Shades of Celery #ACC252

Tints of Celery #ACC252

Color information

#ACC252 (or 0xACC252) is unknown color: approx Celery. HEX triplet: AC, C2 and 52. RGB value is (172,194,82). Sum of RGB (Red+Green+Blue) = 172+194+82=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC252 is #533DAD. Grayscale: #AFAFAF. Windows color (decimal): -5455278 or 5423788. OLE color: 5423788.

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

Color convert

RGB17219482-
CMYK0.1100.580.24
HSL71.79º47.86%54.12%-
HSV(B)71.79º57.73%76.08%-
XYZ37.8347.9615.25-
YUV174.6575.71126.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 82 (32.42% from 255) = 18.30%
R=38.39%
G=43.30%
B=18.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172194820.1100.580.2471.7947.8654.12
HexACC252B03A18483036
Octal25430212213072301106066
Binary1010110011000010101001010110111010110001001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC252; }

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

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

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

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

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

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

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

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