Html Css Color HEX #2AC490 Shamrock

📋 copy color: '#2AC490'

red 42 ◦ green 196 ◦ blue 144

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

Shades of Shamrock #2AC490

Tints of Shamrock #2AC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.31%

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

R = 10.99%
G = 51.31%
B = 37.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#2AC490 (or 0x2AC490) is known color: Shamrock. HEX triplet: 2A, C4 and 90. RGB value is (42,196,144). Sum of RGB (Red+Green+Blue) = 42+196+144=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC490 is #D53B6F. Grayscale: #909090. Windows color (decimal): -13974384 or 9487402. OLE color: 9487402.

HSL color Cylindrical-coordinate representation of color #2AC490: hue angle of 159.74º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC490 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 196 144 -
CMYK 0.79 0 0.27 0.23
HSL 159.74º 0.65% 0.47% -
HSV(B) 159.74º 0.79% 0.77% -
XYZ 25.73 41.99 33.13 -
YUV 144.03 127.98 55.23 -
System Red Green Blue C M Y K H S L
Decimal 42 196 144 0.79 0 0.27 0.23 159.74 0.65 0.47
Hex 2A C4 90 4F 0 1B 17 A0 41 2F
Octal 52 304 220 117 0 33 27 240 101 57
Binary 101010 11000100 10010000 1001111 0 11011 10111 10100000 1000001 101111

Color Harmonies of #2AC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC490

Black with #2AC490

Text Example


Text Example

White with #2AC490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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