#ADCC32

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

Shades of Yellow Green #ADCC32

Tints of Yellow Green #ADCC32

Color information

#ADCC32 (or 0xADCC32) is unknown color: approx Yellow Green. HEX triplet: AD, CC and 32. RGB value is (173,204,50). Sum of RGB (Red+Green+Blue) = 173+204+50=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC32 is #5233CD. Grayscale: #B1B1B1. Windows color (decimal): -5387214 or 3329197. OLE color: 3329197.

HSL color Cylindrical-coordinate representation of color #ADCC32: hue angle of 72.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADCC32 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB17320450-
CMYK0.1500.750.2
HSL72.08º60.63%49.8%-
HSV(B)72.08º75.49%80%-
XYZ39.452.311.04-
YUV177.1856.23125.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 50 (19.92% from 255) = 11.71%
R=40.52%
G=47.78%
B=11.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173204500.1500.750.272.0860.6349.8
HexADCC32F04B14483d32
Octal25531462170113241107562
Binary1010110111001100110010111101001011101001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC32; }

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

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

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

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

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

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

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

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