Html Css Color HEX #1AF05C Malachite

📋 copy color: '#1AF05C'

red 26 ◦ green 240 ◦ blue 92

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

Shades of Malachite #1AF05C

Tints of Malachite #1AF05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 7.26%
G = 67.04%
B = 25.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#1AF05C (or 0x1AF05C) is known color: Malachite. HEX triplet: 1A, F0 and 5C. RGB value is (26,240,92). Sum of RGB (Red+Green+Blue) = 26+240+92=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF05C is #E50FA3. Grayscale: #9F9F9F. Windows color (decimal): -15011748 or 6090778. OLE color: 6090778.

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

Color convert

RGB 26 240 92 -
CMYK 0.89 0 0.62 0.06
HSL 138.5º 0.88% 0.52% -
HSV(B) 138.5º 0.89% 0.94% -
XYZ 33.52 63.31 20.58 -
YUV 159.14 90.1 33.03 -
System Red Green Blue C M Y K H S L
Decimal 26 240 92 0.89 0 0.62 0.06 138.5 0.88 0.52
Hex 1A F0 5C 59 0 3E 6 8B 58 34
Octal 32 360 134 131 0 76 6 213 130 64
Binary 11010 11110000 1011100 1011001 0 111110 110 10001011 1011000 110100

Color Harmonies of #1AF05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF05C

Black with #1AF05C

Text Example


Text Example

White with #1AF05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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