Html Css Color HEX #2AE177 Shamrock

📋 copy color: '#2AE177'

red 42 ◦ green 225 ◦ blue 119

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

Shades of Shamrock #2AE177

Tints of Shamrock #2AE177

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.29%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 10.88%
G = 58.29%
B = 30.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#2AE177 (or 0x2AE177) is known color: Shamrock. HEX triplet: 2A, E1 and 77. RGB value is (42,225,119). Sum of RGB (Red+Green+Blue) = 42+225+119=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE177 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE177 is #D51E88. Grayscale: #9E9E9E. Windows color (decimal): -13966985 or 7856426. OLE color: 7856426.

HSL color Cylindrical-coordinate representation of color #2AE177: hue angle of 145.25º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE177 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 225 119 -
CMYK 0.81 0 0.47 0.12
HSL 145.25º 0.75% 0.52% -
HSV(B) 145.25º 0.81% 0.88% -
XYZ 31.21 55.67 26.55 -
YUV 158.2 105.87 45.12 -
System Red Green Blue C M Y K H S L
Decimal 42 225 119 0.81 0 0.47 0.12 145.25 0.75 0.52
Hex 2A E1 77 51 0 2F C 91 4B 34
Octal 52 341 167 121 0 57 14 221 113 64
Binary 101010 11100001 1110111 1010001 0 101111 1100 10010001 1001011 110100

Color Harmonies of #2AE177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE177

Black with #2AE177

Text Example


Text Example

White with #2AE177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,225,119); }

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

background-color css

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

 a { background-color: rgb(42,225,119); }

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

border-color css

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

 span { border-color: rgb(42,225,119); }

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