Html Css Color HEX #1AEF41 Malachite

📋 copy color: '#1AEF41'

red 26 ◦ green 239 ◦ blue 65

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

Shades of Malachite #1AEF41

Tints of Malachite #1AEF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.42%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 7.88%
G = 72.42%
B = 19.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#1AEF41 (or 0x1AEF41) is known color: Malachite. HEX triplet: 1A, EF and 41. RGB value is (26,239,65). Sum of RGB (Red+Green+Blue) = 26+239+65=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEF41 is #E510BE. Grayscale: #9B9B9B. Windows color (decimal): -15012031 or 4321050. OLE color: 4321050.

HSL color Cylindrical-coordinate representation of color #1AEF41: hue angle of 130.99º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEF41 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 239 65 -
CMYK 0.89 0 0.73 0.06
HSL 130.99º 0.87% 0.52% -
HSV(B) 130.99º 0.89% 0.94% -
XYZ 32.25 62.33 15.33 -
YUV 155.48 76.93 35.65 -
System Red Green Blue C M Y K H S L
Decimal 26 239 65 0.89 0 0.73 0.06 130.99 0.87 0.52
Hex 1A EF 41 59 0 49 6 83 57 34
Octal 32 357 101 131 0 111 6 203 127 64
Binary 11010 11101111 1000001 1011001 0 1001001 110 10000011 1010111 110100

Color Harmonies of #1AEF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEF41

Black with #1AEF41

Text Example


Text Example

White with #1AEF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,239,65); }

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

background-color css

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

 a { background-color: rgb(26,239,65); }

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

border-color css

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

 span { border-color: rgb(26,239,65); }

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