Html Css Color HEX #1AF13E Malachite

📋 copy color: '#1AF13E'

red 26 ◦ green 241 ◦ blue 62

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

Shades of Malachite #1AF13E

Tints of Malachite #1AF13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.25%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 7.9%
G = 73.25%
B = 18.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#1AF13E (or 0x1AF13E) is known color: Malachite. HEX triplet: 1A, F1 and 3E. RGB value is (26,241,62). Sum of RGB (Red+Green+Blue) = 26+241+62=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF13E is #E50EC1. Grayscale: #9C9C9C. Windows color (decimal): -15011522 or 4124954. OLE color: 4124954.

HSL color Cylindrical-coordinate representation of color #1AF13E: hue angle of 130.05º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF13E is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 241 62 -
CMYK 0.89 0 0.74 0.05
HSL 130.05º 0.88% 0.52% -
HSV(B) 130.05º 0.89% 0.95% -
XYZ 32.75 63.48 15.08 -
YUV 156.31 74.77 35.05 -
System Red Green Blue C M Y K H S L
Decimal 26 241 62 0.89 0 0.74 0.05 130.05 0.88 0.52
Hex 1A F1 3E 59 0 4A 5 82 58 34
Octal 32 361 76 131 0 112 5 202 130 64
Binary 11010 11110001 111110 1011001 0 1001010 101 10000010 1011000 110100

Color Harmonies of #1AF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF13E

Black with #1AF13E

Text Example


Text Example

White with #1AF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,241,62); }

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

background-color css

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

 a { background-color: rgb(26,241,62); }

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

border-color css

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

 span { border-color: rgb(26,241,62); }

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