Html Css Color HEX #1AFA5A Malachite

📋 copy color: '#1AFA5A'

red 26 ◦ green 250 ◦ blue 90

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

Shades of Malachite #1AFA5A

Tints of Malachite #1AFA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 7.1%
G = 68.31%
B = 24.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#1AFA5A (or 0x1AFA5A) is known color: Malachite. HEX triplet: 1A, FA and 5A. RGB value is (26,250,90). Sum of RGB (Red+Green+Blue) = 26+250+90=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA5A is #E505A5. Grayscale: #A5A5A5. Windows color (decimal): -15009190 or 5962266. OLE color: 5962266.

HSL color Cylindrical-coordinate representation of color #1AFA5A: hue angle of 137.14º 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 #1AFA5A is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 90 -
CMYK 0.90 0 0.64 0.02
HSL 137.14º 0.96% 0.54% -
HSV(B) 137.14º 0.9% 0.98% -
XYZ 36.46 69.33 21.13 -
YUV 164.78 85.79 29.01 -
System Red Green Blue C M Y K H S L
Decimal 26 250 90 0.90 0 0.64 0.02 137.14 0.96 0.54
Hex 1A FA 5A 5A 0 40 2 89 60 36
Octal 32 372 132 132 0 100 2 211 140 66
Binary 11010 11111010 1011010 1011010 0 1000000 10 10001001 1100000 110110

Color Harmonies of #1AFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFA5A

Black with #1AFA5A

Text Example


Text Example

White with #1AFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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