Html Css Color HEX #2AE390 Shamrock

📋 copy color: '#2AE390'

red 42 ◦ green 227 ◦ blue 144

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

Shades of Shamrock #2AE390

Tints of Shamrock #2AE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 10.17%
G = 54.96%
B = 34.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#2AE390 (or 0x2AE390) is known color: Shamrock. HEX triplet: 2A, E3 and 90. RGB value is (42,227,144). Sum of RGB (Red+Green+Blue) = 42+227+144=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE390 is #D51C6F. Grayscale: #A2A2A2. Windows color (decimal): -13966448 or 9495338. OLE color: 9495338.

HSL color Cylindrical-coordinate representation of color #2AE390: hue angle of 153.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE390 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 227 144 -
CMYK 0.81 0 0.37 0.11
HSL 153.08º 0.77% 0.53% -
HSV(B) 153.08º 0.81% 0.89% -
XYZ 33.46 57.44 35.71 -
YUV 162.22 117.71 42.25 -
System Red Green Blue C M Y K H S L
Decimal 42 227 144 0.81 0 0.37 0.11 153.08 0.77 0.53
Hex 2A E3 90 51 0 25 B 99 4D 35
Octal 52 343 220 121 0 45 13 231 115 65
Binary 101010 11100011 10010000 1010001 0 100101 1011 10011001 1001101 110101

Color Harmonies of #2AE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE390

Black with #2AE390

Text Example


Text Example

White with #2AE390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,227,144); }

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

background-color css

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

 a { background-color: rgb(42,227,144); }

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

border-color css

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

 span { border-color: rgb(42,227,144); }

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