Html Css Color HEX #03F14C Malachite

📋 copy color: '#03F14C'

red 3 ◦ green 241 ◦ blue 76

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

Shades of Malachite #03F14C

Tints of Malachite #03F14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 0.94%
G = 75.31%
B = 23.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#03F14C (or 0x03F14C) is known color: Malachite. HEX triplet: 03, F1 and 4C. RGB value is (3,241,76). Sum of RGB (Red+Green+Blue) = 3+241+76=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #03F14C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F14C is #FC0EB3. Grayscale: #979797. Windows color (decimal): -16518836 or 5042435. OLE color: 5042435.

HSL color Cylindrical-coordinate representation of color #03F14C: hue angle of 138.4º 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 #03F14C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 241 76 -
CMYK 0.99 0 0.68 0.05
HSL 138.4º 0.98% 0.48% -
HSV(B) 138.4º 0.99% 0.95% -
XYZ 32.8 63.45 17.36 -
YUV 151.03 85.65 22.42 -
System Red Green Blue C M Y K H S L
Decimal 3 241 76 0.99 0 0.68 0.05 138.4 0.98 0.48
Hex 3 F1 4C 63 0 44 5 8A 62 30
Octal 3 361 114 143 0 104 5 212 142 60
Binary 11 11110001 1001100 1100011 0 1000100 101 10001010 1100010 110000

Color Harmonies of #03F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F14C

Black with #03F14C

Text Example


Text Example

White with #03F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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