Html Css Color HEX #1AE185 Shamrock

📋 copy color: '#1AE185'

red 26 ◦ green 225 ◦ blue 133

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

Shades of Shamrock #1AE185

Tints of Shamrock #1AE185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 6.77%
G = 58.59%
B = 34.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#1AE185 (or 0x1AE185) is known color: Shamrock. HEX triplet: 1A, E1 and 85. RGB value is (26,225,133). Sum of RGB (Red+Green+Blue) = 26+225+133=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE185 is #E51E7A. Grayscale: #9B9B9B. Windows color (decimal): -15015547 or 8773914. OLE color: 8773914.

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

Color convert

RGB 26 225 133 -
CMYK 0.88 0 0.41 0.12
HSL 152.26º 0.79% 0.49% -
HSV(B) 152.26º 0.88% 0.88% -
XYZ 31.58 55.76 31.29 -
YUV 155.01 115.57 35.98 -
System Red Green Blue C M Y K H S L
Decimal 26 225 133 0.88 0 0.41 0.12 152.26 0.79 0.49
Hex 1A E1 85 58 0 29 C 98 4F 31
Octal 32 341 205 130 0 51 14 230 117 61
Binary 11010 11100001 10000101 1011000 0 101001 1100 10011000 1001111 110001

Color Harmonies of #1AE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE185

Black with #1AE185

Text Example


Text Example

White with #1AE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,225,133); }

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

background-color css

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

 a { background-color: rgb(26,225,133); }

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

border-color css

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

 span { border-color: rgb(26,225,133); }

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