Html Css Color HEX #1AF251 Malachite

📋 copy color: '#1AF251'

red 26 ◦ green 242 ◦ blue 81

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

Shades of Malachite #1AF251

Tints of Malachite #1AF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.34%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 7.45%
G = 69.34%
B = 23.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#1AF251 (or 0x1AF251) is known color: Malachite. HEX triplet: 1A, F2 and 51. RGB value is (26,242,81). Sum of RGB (Red+Green+Blue) = 26+242+81=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF251 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF251 is #E50DAE. Grayscale: #9F9F9F. Windows color (decimal): -15011247 or 5370394. OLE color: 5370394.

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

Color convert

RGB 26 242 81 -
CMYK 0.89 0 0.67 0.05
HSL 135.28º 0.89% 0.53% -
HSV(B) 135.28º 0.89% 0.95% -
XYZ 33.66 64.32 18.42 -
YUV 159.06 83.94 33.09 -
System Red Green Blue C M Y K H S L
Decimal 26 242 81 0.89 0 0.67 0.05 135.28 0.89 0.53
Hex 1A F2 51 59 0 43 5 87 59 35
Octal 32 362 121 131 0 103 5 207 131 65
Binary 11010 11110010 1010001 1011001 0 1000011 101 10000111 1011001 110101

Color Harmonies of #1AF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF251

Black with #1AF251

Text Example


Text Example

White with #1AF251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,242,81); }

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

background-color css

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

 a { background-color: rgb(26,242,81); }

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

border-color css

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

 span { border-color: rgb(26,242,81); }

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