Html Css Color HEX #1AF65D Malachite

📋 copy color: '#1AF65D'

red 26 ◦ green 246 ◦ blue 93

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

Shades of Malachite #1AF65D

Tints of Malachite #1AF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 7.12%
G = 67.4%
B = 25.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#1AF65D (or 0x1AF65D) is known color: Malachite. HEX triplet: 1A, F6 and 5D. RGB value is (26,246,93). Sum of RGB (Red+Green+Blue) = 26+246+93=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF65D is #E509A2. Grayscale: #A3A3A3. Windows color (decimal): -15010211 or 6157850. OLE color: 6157850.

HSL color Cylindrical-coordinate representation of color #1AF65D: hue angle of 138.27º 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 #1AF65D is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 93 -
CMYK 0.89 0 0.62 0.04
HSL 138.27º 0.92% 0.53% -
HSV(B) 138.27º 0.89% 0.96% -
XYZ 35.36 66.92 21.41 -
YUV 162.78 88.61 30.44 -
System Red Green Blue C M Y K H S L
Decimal 26 246 93 0.89 0 0.62 0.04 138.27 0.92 0.53
Hex 1A F6 5D 59 0 3E 4 8A 5C 35
Octal 32 366 135 131 0 76 4 212 134 65
Binary 11010 11110110 1011101 1011001 0 111110 100 10001010 1011100 110101

Color Harmonies of #1AF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF65D

Black with #1AF65D

Text Example


Text Example

White with #1AF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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