Html Css Color HEX #2AED09 Harlequin

📋 copy color: '#2AED09'

red 42 ◦ green 237 ◦ blue 9

#2AED09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #2AED09

Tints of Harlequin #2AED09

RGB

 RED value IS 42 (16.8% from 255) = 14.58%

 GREEN value IS 237 (92.97% from 255) = 82.29%

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 14.58%
G = 82.29%
B = 3.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#2AED09 (or 0x2AED09) is known color: Harlequin. HEX triplet: 2A, ED and 09. RGB value is (42,237,9). Sum of RGB (Red+Green+Blue) = 42+237+9=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AED09 is #D512F6. Grayscale: #999999. Windows color (decimal): -13964023 or 650538. OLE color: 650538.

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

Color convert

RGB 42 237 9 -
CMYK 0.82 0 0.96 0.07
HSL 111.32º 0.93% 0.48% -
HSV(B) 111.32º 0.96% 0.93% -
XYZ 31.29 61.08 10.4 -
YUV 152.7 46.9 49.04 -
System Red Green Blue C M Y K H S L
Decimal 42 237 9 0.82 0 0.96 0.07 111.32 0.93 0.48
Hex 2A ED 9 52 0 60 7 6F 5D 30
Octal 52 355 11 122 0 140 7 157 135 60
Binary 101010 11101101 1001 1010010 0 1100000 111 1101111 1011101 110000

Color Harmonies of #2AED09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AED09

Black with #2AED09

Text Example


Text Example

White with #2AED09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AED09;
 }
 .AnyTagClassName
 {
   color: #2AED09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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