Html Css Color HEX #1AFE5C Malachite

📋 copy color: '#1AFE5C'

red 26 ◦ green 254 ◦ blue 92

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

Shades of Malachite #1AFE5C

Tints of Malachite #1AFE5C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.28%

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 6.99%
G = 68.28%
B = 24.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#1AFE5C (or 0x1AFE5C) is known color: Malachite. HEX triplet: 1A, FE and 5C. RGB value is (26,254,92). Sum of RGB (Red+Green+Blue) = 26+254+92=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE5C is #E501A3. Grayscale: #A7A7A7. Windows color (decimal): -15008164 or 6094362. OLE color: 6094362.

HSL color Cylindrical-coordinate representation of color #1AFE5C: hue angle of 137.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE5C is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 254 92 -
CMYK 0.90 0 0.64 0.00
HSL 137.37º 0.99% 0.55% -
HSV(B) 137.37º 0.9% 1% -
XYZ 37.8 71.88 22.01 -
YUV 167.36 85.46 27.17 -
System Red Green Blue C M Y K H S L
Decimal 26 254 92 0.90 0 0.64 0.00 137.37 0.99 0.55
Hex 1A FE 5C 5A 0 40 0 89 63 37
Octal 32 376 134 132 0 100 0 211 143 67
Binary 11010 11111110 1011100 1011010 0 1000000 0 10001001 1100011 110111

Color Harmonies of #1AFE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFE5C

Black with #1AFE5C

Text Example


Text Example

White with #1AFE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,254,92); }

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

background-color css

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

 a { background-color: rgb(26,254,92); }

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

border-color css

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

 span { border-color: rgb(26,254,92); }

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