Html Css Color HEX #1AF03F Malachite

📋 copy color: '#1AF03F'

red 26 ◦ green 240 ◦ blue 63

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

Shades of Malachite #1AF03F

Tints of Malachite #1AF03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 7.9%
G = 72.95%
B = 19.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#1AF03F (or 0x1AF03F) is known color: Malachite. HEX triplet: 1A, F0 and 3F. RGB value is (26,240,63). Sum of RGB (Red+Green+Blue) = 26+240+63=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF03F is #E50FC0. Grayscale: #9C9C9C. Windows color (decimal): -15011777 or 4190234. OLE color: 4190234.

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

Color convert

RGB 26 240 63 -
CMYK 0.89 0 0.74 0.06
HSL 130.37º 0.88% 0.52% -
HSV(B) 130.37º 0.89% 0.94% -
XYZ 32.48 62.9 15.13 -
YUV 155.84 75.6 35.39 -
System Red Green Blue C M Y K H S L
Decimal 26 240 63 0.89 0 0.74 0.06 130.37 0.88 0.52
Hex 1A F0 3F 59 0 4A 6 82 58 34
Octal 32 360 77 131 0 112 6 202 130 64
Binary 11010 11110000 111111 1011001 0 1001010 110 10000010 1011000 110100

Color Harmonies of #1AF03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF03F

Black with #1AF03F

Text Example


Text Example

White with #1AF03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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