Html Css Color HEX #00F148 Malachite

📋 copy color: '#00F148'

red 0 ◦ green 241 ◦ blue 72

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

Shades of Malachite #00F148

Tints of Malachite #00F148

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 0%
G = 77%
B = 23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#00F148 (or 0x00F148) is known color: Malachite. HEX triplet: 00, F1 and 48. RGB value is (0,241,72). Sum of RGB (Red+Green+Blue) = 0+241+72=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 241 (94.53% from 255 or 77.00% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 241 - color contains mainly: green. Hex color #00F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F148 is #FF0EB7. Grayscale: #969696. Windows color (decimal): -16715448 or 4780288. OLE color: 4780288.

HSL color Cylindrical-coordinate representation of color #00F148: hue angle of 137.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F148 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 241 72 -
CMYK 1 0 0.70 0.05
HSL 137.93º 1% 0.47% -
HSV(B) 137.93º 1% 0.95% -
XYZ 32.63 63.38 16.64 -
YUV 149.68 84.16 21.24 -
System Red Green Blue C M Y K H S L
Decimal 0 241 72 1 0 0.70 0.05 137.93 1 0.47
Hex 0 F1 48 64 0 46 5 8A 64 2F
Octal 0 361 110 144 0 106 5 212 144 57
Binary 0 11110001 1001000 1100100 0 1000110 101 10001010 1100100 101111

Color Harmonies of #00F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F148

Black with #00F148

Text Example


Text Example

White with #00F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F148; }

 p { color: rgb(0,241,72); }

 H1.HeaderClassName
 {
   color: #00F148;
 }
 .AnyTagClassName
 {
   color: #00F148;
 }
</style>

background-color css

<style>
 a { background-color: #00F148; }

 a { background-color: rgb(0,241,72); }

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

border-color css

<style>
 span { border-color: #00F148; }

 span { border-color: rgb(0,241,72); }

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