#ADC159

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

Shades of Celery #ADC159

Tints of Celery #ADC159

Color information

#ADC159 (or 0xADC159) is unknown color: approx Celery. HEX triplet: AD, C1 and 59. RGB value is (173,193,89). Sum of RGB (Red+Green+Blue) = 173+193+89=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC159 is #523EA6. Grayscale: #AFAFAF. Windows color (decimal): -5389991 or 5882285. OLE color: 5882285.

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

Color convert

RGB17319389-
CMYK0.1000.540.24
HSL71.54º45.61%55.29%-
HSV(B)71.54º53.89%75.69%-
XYZ38.1147.7516.66-
YUV175.1679.37126.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=38.02%
G=42.42%
B=19.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173193890.1000.540.2471.5445.6155.29
HexADC159A03618482e37
Octal25530113112066301105667
Binary1010110111000001101100110100110110110001001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC159; }

 p { color: rgb(173,193,89); }

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

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

 a { background-color: rgb(173,193,89); }

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

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

 span { border-color: rgb(173,193,89); }

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