#ADC252

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

Shades of Celery #ADC252

Tints of Celery #ADC252

Color information

#ADC252 (or 0xADC252) is unknown color: approx Celery. HEX triplet: AD, C2 and 52. RGB value is (173,194,82). Sum of RGB (Red+Green+Blue) = 173+194+82=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC252 is #523DAD. Grayscale: #AFAFAF. Windows color (decimal): -5389742 or 5423789. OLE color: 5423789.

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

Color convert

RGB17319482-
CMYK0.1100.580.24
HSL71.25º47.86%54.12%-
HSV(B)71.25º57.73%76.08%-
XYZ38.0548.0815.26-
YUV174.9575.54126.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=38.53%
G=43.21%
B=18.26%

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
Decimal173194820.1100.580.2471.2547.8654.12
HexADC252B03A18473036
Octal25530212213072301076066
Binary1010110111000010101001010110111010110001000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC252; }

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

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

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

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

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

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

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

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