Html Css Color HEX #12D25D Malachite

📋 copy color: '#12D25D'

red 18 ◦ green 210 ◦ blue 93

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

Shades of Malachite #12D25D

Tints of Malachite #12D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.42%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 5.61%
G = 65.42%
B = 28.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#12D25D (or 0x12D25D) is known color: Malachite. HEX triplet: 12, D2 and 5D. RGB value is (18,210,93). Sum of RGB (Red+Green+Blue) = 18+210+93=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #12D25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D25D is #ED2DA2. Grayscale: #8B8B8B. Windows color (decimal): -15543715 or 6148626. OLE color: 6148626.

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

Color convert

RGB 18 210 93 -
CMYK 0.91 0 0.56 0.18
HSL 143.44º 0.84% 0.45% -
HSV(B) 143.44º 0.91% 0.82% -
XYZ 25.27 47.01 18.1 -
YUV 139.25 101.89 41.51 -
System Red Green Blue C M Y K H S L
Decimal 18 210 93 0.91 0 0.56 0.18 143.44 0.84 0.45
Hex 12 D2 5D 5B 0 38 12 8F 54 2D
Octal 22 322 135 133 0 70 22 217 124 55
Binary 10010 11010010 1011101 1011011 0 111000 10010 10001111 1010100 101101

Color Harmonies of #12D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D25D

Black with #12D25D

Text Example


Text Example

White with #12D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,210,93); }

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

background-color css

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

 a { background-color: rgb(18,210,93); }

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

border-color css

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

 span { border-color: rgb(18,210,93); }

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