Html Css Color HEX #12FD4A Malachite

📋 copy color: '#12FD4A'

red 18 ◦ green 253 ◦ blue 74

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

Shades of Malachite #12FD4A

Tints of Malachite #12FD4A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 73.33%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 5.22%
G = 73.33%
B = 21.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#12FD4A (or 0x12FD4A) is known color: Malachite. HEX triplet: 12, FD and 4A. RGB value is (18,253,74). Sum of RGB (Red+Green+Blue) = 18+253+74=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FD4A is #ED02B5. Grayscale: #A2A2A2. Windows color (decimal): -15532726 or 4914450. OLE color: 4914450.

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

Color convert

RGB 18 253 74 -
CMYK 0.93 0 0.71 0.01
HSL 134.3º 0.98% 0.53% -
HSV(B) 134.3º 0.93% 0.99% -
XYZ 36.61 70.87 18.23 -
YUV 162.33 78.14 25.05 -
System Red Green Blue C M Y K H S L
Decimal 18 253 74 0.93 0 0.71 0.01 134.3 0.98 0.53
Hex 12 FD 4A 5D 0 47 1 86 62 35
Octal 22 375 112 135 0 107 1 206 142 65
Binary 10010 11111101 1001010 1011101 0 1000111 1 10000110 1100010 110101

Color Harmonies of #12FD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FD4A

Black with #12FD4A

Text Example


Text Example

White with #12FD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,253,74); }

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

background-color css

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

 a { background-color: rgb(18,253,74); }

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

border-color css

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

 span { border-color: rgb(18,253,74); }

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