#ADCA32

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

Shades of Yellow Green #ADCA32

Tints of Yellow Green #ADCA32

Color information

#ADCA32 (or 0xADCA32) is unknown color: approx Yellow Green. HEX triplet: AD, CA and 32. RGB value is (173,202,50). Sum of RGB (Red+Green+Blue) = 173+202+50=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA32 is #5235CD. Grayscale: #B0B0B0. Windows color (decimal): -5387726 or 3328685. OLE color: 3328685.

HSL color Cylindrical-coordinate representation of color #ADCA32: hue angle of 71.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADCA32 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB17320250-
CMYK0.1400.750.21
HSL71.45º60.32%49.41%-
HSV(B)71.45º75.25%79.22%-
XYZ38.9351.3610.88-
YUV17656.89125.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 50 (19.92% from 255) = 11.76%
R=40.71%
G=47.53%
B=11.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202500.1400.750.2171.4560.3249.41
HexADCA32E04B15473c31
Octal25531262160113251077461
Binary1010110111001010110010111001001011101011000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA32; }

 p { color: rgb(173,202,50); }

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

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

 a { background-color: rgb(173,202,50); }

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

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

 span { border-color: rgb(173,202,50); }

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