Html Css Color HEX #12F038 Malachite

📋 copy color: '#12F038'

red 18 ◦ green 240 ◦ blue 56

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

Shades of Malachite #12F038

Tints of Malachite #12F038

RGB

 RED value IS 18 (7.42% from 255) = 5.73%

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

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 5.73%
G = 76.43%
B = 17.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#12F038 (or 0x12F038) is known color: Malachite. HEX triplet: 12, F0 and 38. RGB value is (18,240,56). Sum of RGB (Red+Green+Blue) = 18+240+56=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #12F038 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F038 is #ED0FC7. Grayscale: #999999. Windows color (decimal): -15536072 or 3731474. OLE color: 3731474.

HSL color Cylindrical-coordinate representation of color #12F038: hue angle of 130.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F038 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 56 -
CMYK 0.92 0 0.77 0.06
HSL 130.27º 0.88% 0.51% -
HSV(B) 130.27º 0.93% 0.94% -
XYZ 32.12 62.73 14.16 -
YUV 152.65 73.45 31.96 -
System Red Green Blue C M Y K H S L
Decimal 18 240 56 0.92 0 0.77 0.06 130.27 0.88 0.51
Hex 12 F0 38 5C 0 4D 6 82 58 33
Octal 22 360 70 134 0 115 6 202 130 63
Binary 10010 11110000 111000 1011100 0 1001101 110 10000010 1011000 110011

Color Harmonies of #12F038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F038

Black with #12F038

Text Example


Text Example

White with #12F038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12F038; }

 p { color: rgb(18,240,56); }

 H1.HeaderClassName
 {
   color: #12F038;
 }
 .AnyTagClassName
 {
   color: #12F038;
 }
</style>

background-color css

<style>
 a { background-color: #12F038; }

 a { background-color: rgb(18,240,56); }

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

border-color css

<style>
 span { border-color: #12F038; }

 span { border-color: rgb(18,240,56); }

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