Html Css Color HEX #12FF4B Malachite

📋 copy color: '#12FF4B'

red 18 ◦ green 255 ◦ blue 75

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

Shades of Malachite #12FF4B

Tints of Malachite #12FF4B

RGB

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

 GREEN value IS 255 (100% from 255) = 73.28%

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

R = 5.17%
G = 73.28%
B = 21.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#12FF4B (or 0x12FF4B) is known color: Malachite. HEX triplet: 12, FF and 4B. RGB value is (18,255,75). Sum of RGB (Red+Green+Blue) = 18+255+75=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF4B is #ED00B4. Grayscale: #A4A4A4. Windows color (decimal): -15532213 or 4980498. OLE color: 4980498.

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

Color convert

RGB 18 255 75 -
CMYK 0.93 0 0.71 0
HSL 134.43º 1% 0.54% -
HSV(B) 134.43º 0.93% 1% -
XYZ 37.28 72.16 18.62 -
YUV 163.62 77.98 24.14 -
System Red Green Blue C M Y K H S L
Decimal 18 255 75 0.93 0 0.71 0 134.43 1 0.54
Hex 12 FF 4B 5D 0 47 0 86 64 36
Octal 22 377 113 135 0 107 0 206 144 66
Binary 10010 11111111 1001011 1011101 0 1000111 0 10000110 1100100 110110

Color Harmonies of #12FF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FF4B

Black with #12FF4B

Text Example


Text Example

White with #12FF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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