#adc355

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

Shades of Celery #ADC355

Tints of Celery #ADC355

Color information

#ADC355 (or 0xADC355) is unknown color: approx Celery. HEX triplet: AD, C3 and 55. RGB value is (173,195,85). Sum of RGB (Red+Green+Blue) = 173+195+85=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC355 is #523CAA. Grayscale: #B0B0B0. Windows color (decimal): -5389483 or 5620653. OLE color: 5620653.

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

Color convert

RGB17319585-
CMYK0.1100.560.24
HSL72º47.83%54.9%-
HSV(B)72º56.41%76.47%-
XYZ38.3948.5715.95-
YUV175.8876.71125.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=38.19%
G=43.05%
B=18.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173195850.1100.560.247247.8354.9
HexADC355B03818483037
Octal25530312513070301106067
Binary1010110111000011101010110110111000110001001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adc355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adc355; }

 p { color: rgb(173,195,85); }

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

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

 a { background-color: rgb(173,195,85); }

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

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

 span { border-color: rgb(173,195,85); }

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