Html Css Color HEX #1AF25E Malachite

📋 copy color: '#1AF25E'

red 26 ◦ green 242 ◦ blue 94

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

Shades of Malachite #1AF25E

Tints of Malachite #1AF25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 7.18%
G = 66.85%
B = 25.97%

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

#1AF25E (or 0x1AF25E) is known color: Malachite. HEX triplet: 1A, F2 and 5E. RGB value is (26,242,94). Sum of RGB (Red+Green+Blue) = 26+242+94=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF25E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF25E is #E50DA1. Grayscale: #A0A0A0. Windows color (decimal): -15011234 or 6222362. OLE color: 6222362.

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

Color convert

RGB 26 242 94 -
CMYK 0.89 0 0.61 0.05
HSL 138.89º 0.89% 0.53% -
HSV(B) 138.89º 0.89% 0.95% -
XYZ 34.2 64.53 21.24 -
YUV 160.54 90.44 32.03 -
System Red Green Blue C M Y K H S L
Decimal 26 242 94 0.89 0 0.61 0.05 138.89 0.89 0.53
Hex 1A F2 5E 59 0 3D 5 8B 59 35
Octal 32 362 136 131 0 75 5 213 131 65
Binary 11010 11110010 1011110 1011001 0 111101 101 10001011 1011001 110101

Color Harmonies of #1AF25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF25E

Black with #1AF25E

Text Example


Text Example

White with #1AF25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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