#2AEB08

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

Shades of Harlequin #2AEB08

Tints of Harlequin #2AEB08

Color information

#2AEB08 (or 0x2AEB08) is unknown color: approx Harlequin. HEX triplet: 2A, EB and 08. RGB value is (42,235,8). Sum of RGB (Red+Green+Blue) = 42+235+8=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 235 (92.19% from 255 or 82.46% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEB08 is #D514F7. Grayscale: #989898. Windows color (decimal): -13964536 or 584490. OLE color: 584490.

HSL color Cylindrical-coordinate representation of color #2AEB08: hue angle of 111.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AEB08 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB422358-
CMYK0.8200.970.08
HSL111.01º93.42%47.65%-
HSV(B)111.01º96.6%92.16%-
XYZ30.7159.9310.18-
YUV151.4247.0649.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 235 (92.19% from 255) = 82.46%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=14.74%
G=82.46%
B=2.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4223580.8200.970.08111.0193.4247.65
Hex2AEB85206186f5d30
Octal523531012201411015713560
Binary101010111010111000101001001100001100011011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,235,8); }

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

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

 a { background-color: rgb(42,235,8); }

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

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

 span { border-color: rgb(42,235,8); }

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