#2AF813

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

Shades of Harlequin #2AF813

Tints of Harlequin #2AF813

Color information

#2AF813 (or 0x2AF813) is unknown color: approx Harlequin. HEX triplet: 2A, F8 and 13. RGB value is (42,248,19). Sum of RGB (Red+Green+Blue) = 42+248+19=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF813 is #D507EC. Grayscale: #A1A1A1. Windows color (decimal): -13961197 or 1308714. OLE color: 1308714.

HSL color Cylindrical-coordinate representation of color #2AF813: hue angle of 113.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AF813 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB4224819-
CMYK0.8300.920.03
HSL113.97º94.24%52.35%-
HSV(B)113.97º92.34%97.25%-
XYZ34.6467.6711.85-
YUV160.348.2543.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 248 (97.27% from 255) = 80.26%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=13.59%
G=80.26%
B=6.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal42248190.8300.920.03113.9794.2452.35
Hex2AF8135305C3725e34
Octal52370231230134316213664
Binary10101011111000100111010011010111001111100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,248,19); }

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

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

 a { background-color: rgb(42,248,19); }

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

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

 span { border-color: rgb(42,248,19); }

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