Html Css Color HEX #1AE298 Shamrock

📋 copy color: '#1AE298'

red 26 ◦ green 226 ◦ blue 152

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

Shades of Shamrock #1AE298

Tints of Shamrock #1AE298

RGB

 RED value IS 26 (10.55% from 255) = 6.44%

 GREEN value IS 226 (88.67% from 255) = 55.94%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 6.44%
G = 55.94%
B = 37.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#1AE298 (or 0x1AE298) is known color: Shamrock. HEX triplet: 1A, E2 and 98. RGB value is (26,226,152). Sum of RGB (Red+Green+Blue) = 26+226+152=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE298 is #E51D67. Grayscale: #9D9D9D. Windows color (decimal): -15015272 or 10019354. OLE color: 10019354.

HSL color Cylindrical-coordinate representation of color #1AE298: hue angle of 157.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE298 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 226 152 -
CMYK 0.88 0 0.33 0.11
HSL 157.8º 0.79% 0.49% -
HSV(B) 157.8º 0.88% 0.89% -
XYZ 33.29 56.88 38.93 -
YUV 157.76 124.74 34.02 -
System Red Green Blue C M Y K H S L
Decimal 26 226 152 0.88 0 0.33 0.11 157.8 0.79 0.49
Hex 1A E2 98 58 0 21 B 9E 4F 31
Octal 32 342 230 130 0 41 13 236 117 61
Binary 11010 11100010 10011000 1011000 0 100001 1011 10011110 1001111 110001

Color Harmonies of #1AE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE298

Black with #1AE298

Text Example


Text Example

White with #1AE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AE298; }

 p { color: rgb(26,226,152); }

 H1.HeaderClassName
 {
   color: #1AE298;
 }
 .AnyTagClassName
 {
   color: #1AE298;
 }
</style>

background-color css

<style>
 a { background-color: #1AE298; }

 a { background-color: rgb(26,226,152); }

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

border-color css

<style>
 span { border-color: #1AE298; }

 span { border-color: rgb(26,226,152); }

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