Html Css Color HEX #12D045 Malachite

📋 copy color: '#12D045'

red 18 ◦ green 208 ◦ blue 69

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

Shades of Malachite #12D045

Tints of Malachite #12D045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 6.1%
G = 70.51%
B = 23.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#12D045 (or 0x12D045) is known color: Malachite. HEX triplet: 12, D0 and 45. RGB value is (18,208,69). Sum of RGB (Red+Green+Blue) = 18+208+69=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #12D045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D045 is #ED2FBA. Grayscale: #878787. Windows color (decimal): -15544251 or 4575250. OLE color: 4575250.

HSL color Cylindrical-coordinate representation of color #12D045: hue angle of 136.11º 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 #12D045 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 69 -
CMYK 0.91 0 0.67 0.18
HSL 136.11º 0.84% 0.44% -
HSV(B) 136.11º 0.91% 0.82% -
XYZ 23.88 45.67 13.19 -
YUV 135.34 90.55 44.3 -
System Red Green Blue C M Y K H S L
Decimal 18 208 69 0.91 0 0.67 0.18 136.11 0.84 0.44
Hex 12 D0 45 5B 0 43 12 88 54 2C
Octal 22 320 105 133 0 103 22 210 124 54
Binary 10010 11010000 1000101 1011011 0 1000011 10010 10001000 1010100 101100

Color Harmonies of #12D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D045

Black with #12D045

Text Example


Text Example

White with #12D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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