Html Css Color HEX #1AFA3C Malachite

📋 copy color: '#1AFA3C'

red 26 ◦ green 250 ◦ blue 60

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

Shades of Malachite #1AFA3C

Tints of Malachite #1AFA3C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 7.74%
G = 74.4%
B = 17.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#1AFA3C (or 0x1AFA3C) is known color: Malachite. HEX triplet: 1A, FA and 3C. RGB value is (26,250,60). Sum of RGB (Red+Green+Blue) = 26+250+60=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFA3C is #E505C3. Grayscale: #A1A1A1. Windows color (decimal): -15009220 or 3996186. OLE color: 3996186.

HSL color Cylindrical-coordinate representation of color #1AFA3C: hue angle of 129.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA3C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 60 -
CMYK 0.90 0 0.76 0.02
HSL 129.11º 0.96% 0.54% -
HSV(B) 129.11º 0.9% 0.98% -
XYZ 35.43 68.92 15.71 -
YUV 161.36 70.79 31.45 -
System Red Green Blue C M Y K H S L
Decimal 26 250 60 0.90 0 0.76 0.02 129.11 0.96 0.54
Hex 1A FA 3C 5A 0 4C 2 81 60 36
Octal 32 372 74 132 0 114 2 201 140 66
Binary 11010 11111010 111100 1011010 0 1001100 10 10000001 1100000 110110

Color Harmonies of #1AFA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFA3C

Black with #1AFA3C

Text Example


Text Example

White with #1AFA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,250,60); }

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

background-color css

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

 a { background-color: rgb(26,250,60); }

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

border-color css

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

 span { border-color: rgb(26,250,60); }

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