#2AF609

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

Shades of Harlequin #2AF609

Tints of Harlequin #2AF609

Color information

#2AF609 (or 0x2AF609) is unknown color: approx Harlequin. HEX triplet: 2A, F6 and 09. RGB value is (42,246,9). Sum of RGB (Red+Green+Blue) = 42+246+9=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 246 (96.48% from 255 or 82.83% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF609 is #D509F6. Grayscale: #9E9E9E. Windows color (decimal): -13961719 or 652842. OLE color: 652842.

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

Color convert

RGB422469-
CMYK0.8300.960.04
HSL111.65º92.94%50%-
HSV(B)111.65º96.34%96.47%-
XYZ33.9666.4211.29-
YUV157.9943.9145.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 246 (96.48% from 255) = 82.83%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=14.14%
G=82.83%
B=3.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4224690.8300.960.04111.6592.9450
Hex2AF69530604705d32
Octal52366111230140416013562
Binary10101011110110100110100110110000010011100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,246,9); }

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

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

 a { background-color: rgb(42,246,9); }

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

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

 span { border-color: rgb(42,246,9); }

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