Html Css Color HEX #1AF364 Malachite

📋 copy color: '#1AF364'

red 26 ◦ green 243 ◦ blue 100

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

Shades of Malachite #1AF364

Tints of Malachite #1AF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.85%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 7.05%
G = 65.85%
B = 27.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#1AF364 (or 0x1AF364) is known color: Malachite. HEX triplet: 1A, F3 and 64. RGB value is (26,243,100). Sum of RGB (Red+Green+Blue) = 26+243+100=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF364 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF364 is #E50C9B. Grayscale: #A2A2A2. Windows color (decimal): -15010972 or 6615834. OLE color: 6615834.

HSL color Cylindrical-coordinate representation of color #1AF364: hue angle of 140.46º degrees, saturation: 0.9, 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 #1AF364 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 243 100 -
CMYK 0.89 0 0.59 0.05
HSL 140.46º 0.9% 0.53% -
HSV(B) 140.46º 0.89% 0.95% -
XYZ 34.78 65.24 22.82 -
YUV 161.82 93.11 31.13 -
System Red Green Blue C M Y K H S L
Decimal 26 243 100 0.89 0 0.59 0.05 140.46 0.9 0.53
Hex 1A F3 64 59 0 3B 5 8C 5A 35
Octal 32 363 144 131 0 73 5 214 132 65
Binary 11010 11110011 1100100 1011001 0 111011 101 10001100 1011010 110101

Color Harmonies of #1AF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF364

Black with #1AF364

Text Example


Text Example

White with #1AF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,243,100); }

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

background-color css

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

 a { background-color: rgb(26,243,100); }

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

border-color css

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

 span { border-color: rgb(26,243,100); }

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