#2AF214

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

Shades of Harlequin #2AF214

Tints of Harlequin #2AF214

Color information

#2AF214 (or 0x2AF214) is unknown color: approx Harlequin. HEX triplet: 2A, F2 and 14. RGB value is (42,242,20). Sum of RGB (Red+Green+Blue) = 42+242+20=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 242 (94.92% from 255 or 79.61% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF214 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF214 is #D50DEB. Grayscale: #9D9D9D. Windows color (decimal): -13962732 or 1372714. OLE color: 1372714.

HSL color Cylindrical-coordinate representation of color #2AF214: hue angle of 114.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AF214 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB4224220-
CMYK0.8300.920.05
HSL114.05º89.52%51.37%-
HSV(B)114.05º91.74%94.9%-
XYZ32.8364.0511.29-
YUV156.8950.7446.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 242 (94.92% from 255) = 79.61%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=13.82%
G=79.61%
B=6.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42242200.8300.920.05114.0589.5251.37
Hex2AF2145305C5725a33
Octal52362241230134516213263
Binary101010111100101010010100110101110010111100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,242,20); }

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

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

 a { background-color: rgb(42,242,20); }

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

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

 span { border-color: rgb(42,242,20); }

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