#ADC75A

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

Shades of Celery #ADC75A

Tints of Celery #ADC75A

Color information

#ADC75A (or 0xADC75A) is unknown color: approx Celery. HEX triplet: AD, C7 and 5A. RGB value is (173,199,90). Sum of RGB (Red+Green+Blue) = 173+199+90=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC75A is #5238A5. Grayscale: #B3B3B3. Windows color (decimal): -5388454 or 5949357. OLE color: 5949357.

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

Color convert

RGB17319990-
CMYK0.1300.550.22
HSL74.31º49.32%56.67%-
HSV(B)74.31º54.77%78.04%-
XYZ39.550.4717.33-
YUV178.877.89123.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 90 (35.55% from 255) = 19.48%
R=37.45%
G=43.07%
B=19.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173199900.1300.550.2274.3149.3256.67
HexADC75AD037164a3139
Octal25530713215067261126171
Binary1010110111000111101101011010110111101101001010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC75A; }

 p { color: rgb(173,199,90); }

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

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

 a { background-color: rgb(173,199,90); }

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

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

 span { border-color: rgb(173,199,90); }

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