Html Css Color HEX #12FE5E Malachite

📋 copy color: '#12FE5E'

red 18 ◦ green 254 ◦ blue 94

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

Shades of Malachite #12FE5E

Tints of Malachite #12FE5E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.4%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 4.92%
G = 69.4%
B = 25.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#12FE5E (or 0x12FE5E) is known color: Malachite. HEX triplet: 12, FE and 5E. RGB value is (18,254,94). Sum of RGB (Red+Green+Blue) = 18+254+94=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE5E is #ED01A1. Grayscale: #A5A5A5. Windows color (decimal): -15532450 or 6225426. OLE color: 6225426.

HSL color Cylindrical-coordinate representation of color #12FE5E: hue angle of 139.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE5E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 254 94 -
CMYK 0.93 0 0.63 0.00
HSL 139.32º 0.99% 0.53% -
HSV(B) 139.32º 0.93% 1% -
XYZ 37.71 71.82 22.46 -
YUV 165.2 87.81 23.01 -
System Red Green Blue C M Y K H S L
Decimal 18 254 94 0.93 0 0.63 0.00 139.32 0.99 0.53
Hex 12 FE 5E 5D 0 3F 0 8B 63 35
Octal 22 376 136 135 0 77 0 213 143 65
Binary 10010 11111110 1011110 1011101 0 111111 0 10001011 1100011 110101

Color Harmonies of #12FE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE5E

Black with #12FE5E

Text Example


Text Example

White with #12FE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,94); }

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

background-color css

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

 a { background-color: rgb(18,254,94); }

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

border-color css

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

 span { border-color: rgb(18,254,94); }

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