Html Css Color HEX #1AF35F Malachite

📋 copy color: '#1AF35F'

red 26 ◦ green 243 ◦ blue 95

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

Shades of Malachite #1AF35F

Tints of Malachite #1AF35F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.76%

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

R = 7.14%
G = 66.76%
B = 26.1%

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

#1AF35F (or 0x1AF35F) is known color: Malachite. HEX triplet: 1A, F3 and 5F. RGB value is (26,243,95). Sum of RGB (Red+Green+Blue) = 26+243+95=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF35F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF35F is #E50CA0. Grayscale: #A1A1A1. Windows color (decimal): -15010977 or 6288154. OLE color: 6288154.

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

Color convert

RGB 26 243 95 -
CMYK 0.89 0 0.61 0.05
HSL 139.08º 0.9% 0.53% -
HSV(B) 139.08º 0.89% 0.95% -
XYZ 34.54 65.15 21.58 -
YUV 161.25 90.61 31.53 -
System Red Green Blue C M Y K H S L
Decimal 26 243 95 0.89 0 0.61 0.05 139.08 0.9 0.53
Hex 1A F3 5F 59 0 3D 5 8B 5A 35
Octal 32 363 137 131 0 75 5 213 132 65
Binary 11010 11110011 1011111 1011001 0 111101 101 10001011 1011010 110101

Color Harmonies of #1AF35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF35F

Black with #1AF35F

Text Example


Text Example

White with #1AF35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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