Html Css Color HEX #2AE789 Shamrock

📋 copy color: '#2AE789'

red 42 ◦ green 231 ◦ blue 137

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

Shades of Shamrock #2AE789

Tints of Shamrock #2AE789

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.34%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 10.24%
G = 56.34%
B = 33.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#2AE789 (or 0x2AE789) is known color: Shamrock. HEX triplet: 2A, E7 and 89. RGB value is (42,231,137). Sum of RGB (Red+Green+Blue) = 42+231+137=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE789 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE789 is #D51876. Grayscale: #A3A3A3. Windows color (decimal): -13965431 or 9037610. OLE color: 9037610.

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

Color convert

RGB 42 231 137 -
CMYK 0.82 0 0.41 0.09
HSL 150.16º 0.8% 0.54% -
HSV(B) 150.16º 0.82% 0.91% -
XYZ 34.05 59.45 33.35 -
YUV 163.77 112.88 41.14 -
System Red Green Blue C M Y K H S L
Decimal 42 231 137 0.82 0 0.41 0.09 150.16 0.8 0.54
Hex 2A E7 89 52 0 29 9 96 50 36
Octal 52 347 211 122 0 51 11 226 120 66
Binary 101010 11100111 10001001 1010010 0 101001 1001 10010110 1010000 110110

Color Harmonies of #2AE789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE789

Black with #2AE789

Text Example


Text Example

White with #2AE789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,231,137); }

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

background-color css

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

 a { background-color: rgb(42,231,137); }

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

border-color css

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

 span { border-color: rgb(42,231,137); }

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