Html Css Color HEX #12D04B Malachite

📋 copy color: '#12D04B'

red 18 ◦ green 208 ◦ blue 75

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

Shades of Malachite #12D04B

Tints of Malachite #12D04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 5.98%
G = 69.1%
B = 24.92%

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

#12D04B (or 0x12D04B) is known color: Malachite. HEX triplet: 12, D0 and 4B. RGB value is (18,208,75). Sum of RGB (Red+Green+Blue) = 18+208+75=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #12D04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D04B is #ED2FB4. Grayscale: #888888. Windows color (decimal): -15544245 or 4968466. OLE color: 4968466.

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

Color convert

RGB 18 208 75 -
CMYK 0.91 0 0.64 0.18
HSL 138º 0.84% 0.44% -
HSV(B) 138º 0.91% 0.82% -
XYZ 24.08 45.75 14.22 -
YUV 136.03 93.55 43.81 -
System Red Green Blue C M Y K H S L
Decimal 18 208 75 0.91 0 0.64 0.18 138 0.84 0.44
Hex 12 D0 4B 5B 0 40 12 8A 54 2C
Octal 22 320 113 133 0 100 22 212 124 54
Binary 10010 11010000 1001011 1011011 0 1000000 10010 10001010 1010100 101100

Color Harmonies of #12D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D04B

Black with #12D04B

Text Example


Text Example

White with #12D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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