#2AE009

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

Shades of Harlequin #2AE009

Tints of Harlequin #2AE009

Color information

#2AE009 (or 0x2AE009) is unknown color: approx Harlequin. HEX triplet: 2A, E0 and 09. RGB value is (42,224,9). Sum of RGB (Red+Green+Blue) = 42+224+9=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE009 is #D51FF6. Grayscale: #919191. Windows color (decimal): -13967351 or 647210. OLE color: 647210.

HSL color Cylindrical-coordinate representation of color #2AE009: hue angle of 110.79º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AE009 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB422249-
CMYK0.8100.960.12
HSL110.79º92.27%45.69%-
HSV(B)110.79º95.98%87.84%-
XYZ27.6653.829.19-
YUV145.0751.254.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 224 (87.89% from 255) = 81.45%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=15.27%
G=81.45%
B=3.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4222490.8100.960.12110.7992.2745.69
Hex2AE0951060C6f5c2e
Octal523401112101401415713456
Binary101010111000001001101000101100000110011011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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