Html Css Color HEX #12D04A Malachite

📋 copy color: '#12D04A'

red 18 ◦ green 208 ◦ blue 74

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

Shades of Malachite #12D04A

Tints of Malachite #12D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.33%

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

R = 6%
G = 69.33%
B = 24.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#12D04A (or 0x12D04A) is known color: Malachite. HEX triplet: 12, D0 and 4A. RGB value is (18,208,74). Sum of RGB (Red+Green+Blue) = 18+208+74=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #12D04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D04A is #ED2FB5. Grayscale: #888888. Windows color (decimal): -15544246 or 4902930. OLE color: 4902930.

HSL color Cylindrical-coordinate representation of color #12D04A: hue angle of 137.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D04A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 74 -
CMYK 0.91 0 0.64 0.18
HSL 137.68º 0.84% 0.44% -
HSV(B) 137.68º 0.91% 0.82% -
XYZ 24.04 45.73 14.04 -
YUV 135.91 93.05 43.9 -
System Red Green Blue C M Y K H S L
Decimal 18 208 74 0.91 0 0.64 0.18 137.68 0.84 0.44
Hex 12 D0 4A 5B 0 40 12 8A 54 2C
Octal 22 320 112 133 0 100 22 212 124 54
Binary 10010 11010000 1001010 1011011 0 1000000 10010 10001010 1010100 101100

Color Harmonies of #12D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D04A

Black with #12D04A

Text Example


Text Example

White with #12D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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