Html Css Color HEX #1AF15F Malachite

📋 copy color: '#1AF15F'

red 26 ◦ green 241 ◦ blue 95

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

Shades of Malachite #1AF15F

Tints of Malachite #1AF15F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.57%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 7.18%
G = 66.57%
B = 26.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#1AF15F (or 0x1AF15F) is known color: Malachite. HEX triplet: 1A, F1 and 5F. RGB value is (26,241,95). Sum of RGB (Red+Green+Blue) = 26+241+95=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF15F is #E50EA0. Grayscale: #A0A0A0. Windows color (decimal): -15011489 or 6287642. OLE color: 6287642.

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

Color convert

RGB 26 241 95 -
CMYK 0.89 0 0.61 0.05
HSL 139.26º 0.88% 0.52% -
HSV(B) 139.26º 0.89% 0.95% -
XYZ 33.95 63.96 21.38 -
YUV 160.07 91.27 32.37 -
System Red Green Blue C M Y K H S L
Decimal 26 241 95 0.89 0 0.61 0.05 139.26 0.88 0.52
Hex 1A F1 5F 59 0 3D 5 8B 58 34
Octal 32 361 137 131 0 75 5 213 130 64
Binary 11010 11110001 1011111 1011001 0 111101 101 10001011 1011000 110100

Color Harmonies of #1AF15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF15F

Black with #1AF15F

Text Example


Text Example

White with #1AF15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,241,95); }

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

background-color css

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

 a { background-color: rgb(26,241,95); }

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

border-color css

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

 span { border-color: rgb(26,241,95); }

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