#2AF506

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

Shades of Harlequin #2AF506

Tints of Harlequin #2AF506

Color information

#2AF506 (or 0x2AF506) is unknown color: approx Harlequin. HEX triplet: 2A, F5 and 06. RGB value is (42,245,6). Sum of RGB (Red+Green+Blue) = 42+245+6=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 245 (96.09% from 255 or 83.62% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF506 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF506 is #D50AF9. Grayscale: #9D9D9D. Windows color (decimal): -13961978 or 455978. OLE color: 455978.

HSL color Cylindrical-coordinate representation of color #2AF506: hue angle of 110.96º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AF506 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB422456-
CMYK0.8300.980.04
HSL110.96º95.22%49.22%-
HSV(B)110.96º97.55%96.08%-
XYZ33.6465.8111.1-
YUV157.0642.7545.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 245 (96.09% from 255) = 83.62%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=14.33%
G=83.62%
B=2.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4224560.8300.980.04110.9695.2249.22
Hex2AF565306246f5f31
Octal5236561230142415713761
Binary1010101111010111010100110110001010011011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,245,6); }

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

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

 a { background-color: rgb(42,245,6); }

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

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

 span { border-color: rgb(42,245,6); }

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