Html Css Color HEX #1ACF40 Malachite

📋 copy color: '#1ACF40'

red 26 ◦ green 207 ◦ blue 64

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

Shades of Malachite #1ACF40

Tints of Malachite #1ACF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 8.75%
G = 69.7%
B = 21.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#1ACF40 (or 0x1ACF40) is known color: Malachite. HEX triplet: 1A, CF and 40. RGB value is (26,207,64). Sum of RGB (Red+Green+Blue) = 26+207+64=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF40 is #E530BF. Grayscale: #888888. Windows color (decimal): -15020224 or 4247322. OLE color: 4247322.

HSL color Cylindrical-coordinate representation of color #1ACF40: hue angle of 132.6º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF40 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 64 -
CMYK 0.87 0 0.69 0.19
HSL 132.6º 0.78% 0.46% -
HSV(B) 132.6º 0.87% 0.81% -
XYZ 23.66 45.22 12.33 -
YUV 136.58 87.03 49.13 -
System Red Green Blue C M Y K H S L
Decimal 26 207 64 0.87 0 0.69 0.19 132.6 0.78 0.46
Hex 1A CF 40 57 0 45 13 85 4E 2E
Octal 32 317 100 127 0 105 23 205 116 56
Binary 11010 11001111 1000000 1010111 0 1000101 10011 10000101 1001110 101110

Color Harmonies of #1ACF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF40

Black with #1ACF40

Text Example


Text Example

White with #1ACF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,207,64); }

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

background-color css

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

 a { background-color: rgb(26,207,64); }

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

border-color css

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

 span { border-color: rgb(26,207,64); }

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