#adc555

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

Shades of Celery #ADC555

Tints of Celery #ADC555

Color information

#ADC555 (or 0xADC555) is unknown color: approx Celery. HEX triplet: AD, C5 and 55. RGB value is (173,197,85). Sum of RGB (Red+Green+Blue) = 173+197+85=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC555 is #523AAA. Grayscale: #B1B1B1. Windows color (decimal): -5388971 or 5621165. OLE color: 5621165.

HSL color Cylindrical-coordinate representation of color #ADC555: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC555 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB17319785-
CMYK0.1200.570.23
HSL72.86º49.12%55.29%-
HSV(B)72.86º56.85%77.25%-
XYZ38.8449.4716.1-
YUV177.0676.05125.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=38.02%
G=43.30%
B=18.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173197850.1200.570.2372.8649.1255.29
HexADC555C03917493137
Octal25530512514071271116167
Binary1010110111000101101010111000111001101111001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adc555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adc555; }

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

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

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

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

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

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

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

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