#2AE409

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

Shades of Harlequin #2AE409

Tints of Harlequin #2AE409

Color information

#2AE409 (or 0x2AE409) is unknown color: approx Harlequin. HEX triplet: 2A, E4 and 09. RGB value is (42,228,9). Sum of RGB (Red+Green+Blue) = 42+228+9=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 228 (89.45% from 255 or 81.72% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE409 is #D51BF6. Grayscale: #949494. Windows color (decimal): -13966327 or 648234. OLE color: 648234.

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

Color convert

RGB422289-
CMYK0.8200.960.11
HSL110.96º92.41%46.47%-
HSV(B)110.96º96.05%89.41%-
XYZ28.75569.55-
YUV147.4249.8852.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 228 (89.45% from 255) = 81.72%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=15.05%
G=81.72%
B=3.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal4222890.8200.960.11110.9692.4146.47
Hex2AE4952060B6f5c2e
Octal523441112201401315713456
Binary101010111001001001101001001100000101111011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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