Html Css Color HEX #1AFB40 Malachite

📋 copy color: '#1AFB40'

red 26 ◦ green 251 ◦ blue 64

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

Shades of Malachite #1AFB40

Tints of Malachite #1AFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.61%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 7.62%
G = 73.61%
B = 18.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#1AFB40 (or 0x1AFB40) is known color: Malachite. HEX triplet: 1A, FB and 40. RGB value is (26,251,64). Sum of RGB (Red+Green+Blue) = 26+251+64=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 251 (98.44% from 255 or 73.61% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFB40 is #E504BF. Grayscale: #A2A2A2. Windows color (decimal): -15008960 or 4258586. OLE color: 4258586.

HSL color Cylindrical-coordinate representation of color #1AFB40: hue angle of 130.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB40 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 251 64 -
CMYK 0.90 0 0.75 0.02
HSL 130.13º 0.97% 0.54% -
HSV(B) 130.13º 0.9% 0.98% -
XYZ 35.85 69.58 16.39 -
YUV 162.41 72.46 30.71 -
System Red Green Blue C M Y K H S L
Decimal 26 251 64 0.90 0 0.75 0.02 130.13 0.97 0.54
Hex 1A FB 40 5A 0 4B 2 82 61 36
Octal 32 373 100 132 0 113 2 202 141 66
Binary 11010 11111011 1000000 1011010 0 1001011 10 10000010 1100001 110110

Color Harmonies of #1AFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFB40

Black with #1AFB40

Text Example


Text Example

White with #1AFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,251,64); }

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

background-color css

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

 a { background-color: rgb(26,251,64); }

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

border-color css

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

 span { border-color: rgb(26,251,64); }

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