Html Css Color HEX #1AF25F Malachite

📋 copy color: '#1AF25F'

red 26 ◦ green 242 ◦ blue 95

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

Shades of Malachite #1AF25F

Tints of Malachite #1AF25F

RGB

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

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

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

R = 7.16%
G = 66.67%
B = 26.17%

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

#1AF25F (or 0x1AF25F) is known color: Malachite. HEX triplet: 1A, F2 and 5F. RGB value is (26,242,95). Sum of RGB (Red+Green+Blue) = 26+242+95=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF25F is #E50DA0. Grayscale: #A1A1A1. Windows color (decimal): -15011233 or 6287898. OLE color: 6287898.

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

Color convert

RGB 26 242 95 -
CMYK 0.89 0 0.61 0.05
HSL 139.17º 0.89% 0.53% -
HSV(B) 139.17º 0.89% 0.95% -
XYZ 34.24 64.55 21.48 -
YUV 160.66 90.94 31.95 -
System Red Green Blue C M Y K H S L
Decimal 26 242 95 0.89 0 0.61 0.05 139.17 0.89 0.53
Hex 1A F2 5F 59 0 3D 5 8B 59 35
Octal 32 362 137 131 0 75 5 213 131 65
Binary 11010 11110010 1011111 1011001 0 111101 101 10001011 1011001 110101

Color Harmonies of #1AF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF25F

Black with #1AF25F

Text Example


Text Example

White with #1AF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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