Html Css Color HEX #1AF036 Malachite

📋 copy color: '#1AF036'

red 26 ◦ green 240 ◦ blue 54

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

Shades of Malachite #1AF036

Tints of Malachite #1AF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 8.13%
G = 75%
B = 16.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#1AF036 (or 0x1AF036) is known color: Malachite. HEX triplet: 1A, F0 and 36. RGB value is (26,240,54). Sum of RGB (Red+Green+Blue) = 26+240+54=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF036 is #E50FC9. Grayscale: #9B9B9B. Windows color (decimal): -15011786 or 3600410. OLE color: 3600410.

HSL color Cylindrical-coordinate representation of color #1AF036: hue angle of 127.85º degrees, saturation: 0.88, 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 #1AF036 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 54 -
CMYK 0.89 0 0.78 0.06
HSL 127.85º 0.88% 0.52% -
HSV(B) 127.85º 0.89% 0.94% -
XYZ 32.25 62.81 13.91 -
YUV 154.81 71.1 36.12 -
System Red Green Blue C M Y K H S L
Decimal 26 240 54 0.89 0 0.78 0.06 127.85 0.88 0.52
Hex 1A F0 36 59 0 4E 6 80 58 34
Octal 32 360 66 131 0 116 6 200 130 64
Binary 11010 11110000 110110 1011001 0 1001110 110 10000000 1011000 110100

Color Harmonies of #1AF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF036

Black with #1AF036

Text Example


Text Example

White with #1AF036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,54); }

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

background-color css

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

 a { background-color: rgb(26,240,54); }

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

border-color css

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

 span { border-color: rgb(26,240,54); }

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