#2AE90D

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

Shades of Harlequin #2AE90D

Tints of Harlequin #2AE90D

Color information

#2AE90D (or 0x2AE90D) is unknown color: approx Harlequin. HEX triplet: 2A, E9 and 0D. RGB value is (42,233,13). Sum of RGB (Red+Green+Blue) = 42+233+13=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 233 (91.41% from 255 or 80.90% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE90D is #D516F2. Grayscale: #979797. Windows color (decimal): -13965043 or 911658. OLE color: 911658.

HSL color Cylindrical-coordinate representation of color #2AE90D: hue angle of 112.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AE90D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB4223313-
CMYK0.8200.940.09
HSL112.09º89.43%48.24%-
HSV(B)112.09º94.42%91.37%-
XYZ30.1758.810.14-
YUV150.8150.2250.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 233 (91.41% from 255) = 80.90%
BLUE value IS 13 (5.47% from 255) = 4.51%
R=14.58%
G=80.90%
B=4.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42233130.8200.940.09112.0989.4348.24
Hex2AE9D5205E9705930
Octal523511512201361116013160
Binary101010111010011101101001001011110100111100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,233,13); }

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

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

 a { background-color: rgb(42,233,13); }

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

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

 span { border-color: rgb(42,233,13); }

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