Html Css Color HEX #1AED5F Malachite

📋 copy color: '#1AED5F'

red 26 ◦ green 237 ◦ blue 95

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

Shades of Malachite #1AED5F

Tints of Malachite #1AED5F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.2%

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 7.26%
G = 66.2%
B = 26.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#1AED5F (or 0x1AED5F) is known color: Malachite. HEX triplet: 1A, ED and 5F. RGB value is (26,237,95). Sum of RGB (Red+Green+Blue) = 26+237+95=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 237 (92.97% from 255 or 66.20% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 237 - color contains mainly: green. Hex color #1AED5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AED5F is #E512A0. Grayscale: #9E9E9E. Windows color (decimal): -15012513 or 6286618. OLE color: 6286618.

HSL color Cylindrical-coordinate representation of color #1AED5F: hue angle of 139.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AED5F is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 237 95 -
CMYK 0.89 0 0.60 0.07
HSL 139.62º 0.85% 0.52% -
HSV(B) 139.62º 0.89% 0.93% -
XYZ 32.78 61.61 20.99 -
YUV 157.72 92.6 34.05 -
System Red Green Blue C M Y K H S L
Decimal 26 237 95 0.89 0 0.60 0.07 139.62 0.85 0.52
Hex 1A ED 5F 59 0 3C 7 8C 55 34
Octal 32 355 137 131 0 74 7 214 125 64
Binary 11010 11101101 1011111 1011001 0 111100 111 10001100 1010101 110100

Color Harmonies of #1AED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AED5F

Black with #1AED5F

Text Example


Text Example

White with #1AED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,237,95); }

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

background-color css

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

 a { background-color: rgb(26,237,95); }

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

border-color css

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

 span { border-color: rgb(26,237,95); }

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