Html Css Color HEX #2ABE91 Shamrock

📋 copy color: '#2ABE91'

red 42 ◦ green 190 ◦ blue 145

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

Shades of Shamrock #2ABE91

Tints of Shamrock #2ABE91

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 11.14%
G = 50.4%
B = 38.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#2ABE91 (or 0x2ABE91) is known color: Shamrock. HEX triplet: 2A, BE and 91. RGB value is (42,190,145). Sum of RGB (Red+Green+Blue) = 42+190+145=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE91 is #D5416E. Grayscale: #8C8C8C. Windows color (decimal): -13975919 or 9551402. OLE color: 9551402.

HSL color Cylindrical-coordinate representation of color #2ABE91: hue angle of 161.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE91 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 145 -
CMYK 0.78 0 0.24 0.25
HSL 161.76º 0.64% 0.45% -
HSV(B) 161.76º 0.78% 0.75% -
XYZ 24.48 39.36 33.1 -
YUV 140.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 42 190 145 0.78 0 0.24 0.25 161.76 0.64 0.45
Hex 2A BE 91 4E 0 18 19 A2 40 2D
Octal 52 276 221 116 0 30 31 242 100 55
Binary 101010 10111110 10010001 1001110 0 11000 11001 10100010 1000000 101101

Color Harmonies of #2ABE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE91

Black with #2ABE91

Text Example


Text Example

White with #2ABE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,145); }

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

background-color css

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

 a { background-color: rgb(42,190,145); }

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

border-color css

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

 span { border-color: rgb(42,190,145); }

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