Html Css Color HEX #1AF65A Malachite

📋 copy color: '#1AF65A'

red 26 ◦ green 246 ◦ blue 90

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

Shades of Malachite #1AF65A

Tints of Malachite #1AF65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 67.96%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 7.18%
G = 67.96%
B = 24.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#1AF65A (or 0x1AF65A) is known color: Malachite. HEX triplet: 1A, F6 and 5A. RGB value is (26,246,90). Sum of RGB (Red+Green+Blue) = 26+246+90=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF65A is #E509A5. Grayscale: #A2A2A2. Windows color (decimal): -15010214 or 5961242. OLE color: 5961242.

HSL color Cylindrical-coordinate representation of color #1AF65A: hue angle of 137.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF65A is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 90 -
CMYK 0.89 0 0.63 0.04
HSL 137.45º 0.92% 0.53% -
HSV(B) 137.45º 0.89% 0.96% -
XYZ 35.23 66.87 20.72 -
YUV 162.44 87.11 30.68 -
System Red Green Blue C M Y K H S L
Decimal 26 246 90 0.89 0 0.63 0.04 137.45 0.92 0.53
Hex 1A F6 5A 59 0 3F 4 89 5C 35
Octal 32 366 132 131 0 77 4 211 134 65
Binary 11010 11110110 1011010 1011001 0 111111 100 10001001 1011100 110101

Color Harmonies of #1AF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF65A

Black with #1AF65A

Text Example


Text Example

White with #1AF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,246,90); }

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

background-color css

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

 a { background-color: rgb(26,246,90); }

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

border-color css

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

 span { border-color: rgb(26,246,90); }

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