#2ADD0C

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

Shades of Harlequin #2ADD0C

Tints of Harlequin #2ADD0C

Color information

#2ADD0C (or 0x2ADD0C) is unknown color: approx Harlequin. HEX triplet: 2A, DD and 0C. RGB value is (42,221,12). Sum of RGB (Red+Green+Blue) = 42+221+12=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADD0C is #D522F3. Grayscale: #909090. Windows color (decimal): -13968116 or 843050. OLE color: 843050.

HSL color Cylindrical-coordinate representation of color #2ADD0C: hue angle of 111.39º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ADD0C is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB4222112-
CMYK0.8100.950.13
HSL111.39º89.7%45.69%-
HSV(B)111.39º94.57%86.67%-
XYZ26.8852.239.01-
YUV143.6553.755.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 221 (86.72% from 255) = 80.36%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=15.27%
G=80.36%
B=4.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42221120.8100.950.13111.3989.745.69
Hex2ADDC5105FD6f5a2e
Octal523351412101371515713256
Binary101010110111011100101000101011111110111011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ADD0C; }

 p { color: rgb(42,221,12); }

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

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

 a { background-color: rgb(42,221,12); }

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

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

 span { border-color: rgb(42,221,12); }

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