Html Css Color HEX #03F144 Malachite

📋 copy color: '#03F144'

red 3 ◦ green 241 ◦ blue 68

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

Shades of Malachite #03F144

Tints of Malachite #03F144

RGB

 RED value IS 3 (1.56% from 255) = 0.96%

 GREEN value IS 241 (94.53% from 255) = 77.24%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 0.96%
G = 77.24%
B = 21.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#03F144 (or 0x03F144) is known color: Malachite. HEX triplet: 03, F1 and 44. RGB value is (3,241,68). Sum of RGB (Red+Green+Blue) = 3+241+68=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #03F144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F144 is #FC0EBB. Grayscale: #969696. Windows color (decimal): -16518844 or 4518147. OLE color: 4518147.

HSL color Cylindrical-coordinate representation of color #03F144: hue angle of 136.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F144 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 241 68 -
CMYK 0.99 0 0.72 0.05
HSL 136.39º 0.98% 0.48% -
HSV(B) 136.39º 0.99% 0.95% -
XYZ 32.54 63.35 15.98 -
YUV 150.12 81.65 23.07 -
System Red Green Blue C M Y K H S L
Decimal 3 241 68 0.99 0 0.72 0.05 136.39 0.98 0.48
Hex 3 F1 44 63 0 48 5 88 62 30
Octal 3 361 104 143 0 110 5 210 142 60
Binary 11 11110001 1000100 1100011 0 1001000 101 10001000 1100010 110000

Color Harmonies of #03F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F144

Black with #03F144

Text Example


Text Example

White with #03F144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03F144; }

 p { color: rgb(3,241,68); }

 H1.HeaderClassName
 {
   color: #03F144;
 }
 .AnyTagClassName
 {
   color: #03F144;
 }
</style>

background-color css

<style>
 a { background-color: #03F144; }

 a { background-color: rgb(3,241,68); }

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

border-color css

<style>
 span { border-color: #03F144; }

 span { border-color: rgb(3,241,68); }

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