Html Css Color HEX #1ACF42 Malachite

📋 copy color: '#1ACF42'

red 26 ◦ green 207 ◦ blue 66

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

Shades of Malachite #1ACF42

Tints of Malachite #1ACF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 8.7%
G = 69.23%
B = 22.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#1ACF42 (or 0x1ACF42) is known color: Malachite. HEX triplet: 1A, CF and 42. RGB value is (26,207,66). Sum of RGB (Red+Green+Blue) = 26+207+66=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF42 is #E530BD. Grayscale: #898989. Windows color (decimal): -15020222 or 4378394. OLE color: 4378394.

HSL color Cylindrical-coordinate representation of color #1ACF42: hue angle of 133.26º 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 #1ACF42 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 66 -
CMYK 0.87 0 0.68 0.19
HSL 133.26º 0.78% 0.46% -
HSV(B) 133.26º 0.87% 0.81% -
XYZ 23.72 45.24 12.64 -
YUV 136.81 88.03 48.96 -
System Red Green Blue C M Y K H S L
Decimal 26 207 66 0.87 0 0.68 0.19 133.26 0.78 0.46
Hex 1A CF 42 57 0 44 13 85 4E 2E
Octal 32 317 102 127 0 104 23 205 116 56
Binary 11010 11001111 1000010 1010111 0 1000100 10011 10000101 1001110 101110

Color Harmonies of #1ACF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF42

Black with #1ACF42

Text Example


Text Example

White with #1ACF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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