#ADCC31

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

Shades of Yellow Green #ADCC31

Tints of Yellow Green #ADCC31

Color information

#ADCC31 (or 0xADCC31) is unknown color: approx Yellow Green. HEX triplet: AD, CC and 31. RGB value is (173,204,49). Sum of RGB (Red+Green+Blue) = 173+204+49=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC31 is #5233CE. Grayscale: #B1B1B1. Windows color (decimal): -5387215 or 3263661. OLE color: 3263661.

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

Color convert

RGB17320449-
CMYK0.1500.760.2
HSL72º61.26%49.61%-
HSV(B)72º75.98%80%-
XYZ39.3852.2910.92-
YUV177.0655.73125.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 49 (19.53% from 255) = 11.50%
R=40.61%
G=47.89%
B=11.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173204490.1500.760.27261.2649.61
HexADCC31F04C14483d32
Octal25531461170114241107562
Binary1010110111001100110001111101001100101001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC31; }

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

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

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

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

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

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

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

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