Html Css Color HEX #1AF06A Malachite

📋 copy color: '#1AF06A'

red 26 ◦ green 240 ◦ blue 106

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

Shades of Malachite #1AF06A

Tints of Malachite #1AF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.52%

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 6.99%
G = 64.52%
B = 28.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#1AF06A (or 0x1AF06A) is known color: Malachite. HEX triplet: 1A, F0 and 6A. RGB value is (26,240,106). Sum of RGB (Red+Green+Blue) = 26+240+106=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF06A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF06A is #E50F95. Grayscale: #A1A1A1. Windows color (decimal): -15011734 or 7008282. OLE color: 7008282.

HSL color Cylindrical-coordinate representation of color #1AF06A: hue angle of 142.43º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF06A is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 106 -
CMYK 0.89 0 0.56 0.06
HSL 142.43º 0.88% 0.52% -
HSV(B) 142.43º 0.89% 0.94% -
XYZ 34.19 63.58 24.11 -
YUV 160.74 97.1 31.9 -
System Red Green Blue C M Y K H S L
Decimal 26 240 106 0.89 0 0.56 0.06 142.43 0.88 0.52
Hex 1A F0 6A 59 0 38 6 8E 58 34
Octal 32 360 152 131 0 70 6 216 130 64
Binary 11010 11110000 1101010 1011001 0 111000 110 10001110 1011000 110100

Color Harmonies of #1AF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF06A

Black with #1AF06A

Text Example


Text Example

White with #1AF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,106); }

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

background-color css

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

 a { background-color: rgb(26,240,106); }

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

border-color css

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

 span { border-color: rgb(26,240,106); }

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