#ADC253

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

Shades of Celery #ADC253

Tints of Celery #ADC253

Color information

#ADC253 (or 0xADC253) is unknown color: approx Celery. HEX triplet: AD, C2 and 53. RGB value is (173,194,83). Sum of RGB (Red+Green+Blue) = 173+194+83=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC253 is #523DAC. Grayscale: #AFAFAF. Windows color (decimal): -5389741 or 5489325. OLE color: 5489325.

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

Color convert

RGB17319483-
CMYK0.1100.570.24
HSL71.35º47.64%54.31%-
HSV(B)71.35º57.22%76.08%-
XYZ38.0948.0915.46-
YUV175.0776.04126.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=38.44%
G=43.11%
B=18.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173194830.1100.570.2471.3547.6454.31
HexADC253B03918473036
Octal25530212313071301076066
Binary1010110111000010101001110110111001110001000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC253; }

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

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

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

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

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

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

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

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