Html Css Color HEX #0CF148 Malachite

📋 copy color: '#0CF148'

red 12 ◦ green 241 ◦ blue 72

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

Shades of Malachite #0CF148

Tints of Malachite #0CF148

RGB

 RED value IS 12 (5.08% from 255) = 3.69%

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

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

R = 3.69%
G = 74.15%
B = 22.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#0CF148 (or 0x0CF148) is known color: Malachite. HEX triplet: 0C, F1 and 48. RGB value is (12,241,72). Sum of RGB (Red+Green+Blue) = 12+241+72=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF148 is #F30EB7. Grayscale: #999999. Windows color (decimal): -15929016 or 4780300. OLE color: 4780300.

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

Color convert

RGB 12 241 72 -
CMYK 0.95 0 0.70 0.05
HSL 135.72º 0.91% 0.5% -
HSV(B) 135.72º 0.95% 0.95% -
XYZ 32.78 63.46 16.65 -
YUV 153.26 82.13 27.24 -
System Red Green Blue C M Y K H S L
Decimal 12 241 72 0.95 0 0.70 0.05 135.72 0.91 0.5
Hex C F1 48 5F 0 46 5 88 5B 32
Octal 14 361 110 137 0 106 5 210 133 62
Binary 1100 11110001 1001000 1011111 0 1000110 101 10001000 1011011 110010

Color Harmonies of #0CF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF148

Black with #0CF148

Text Example


Text Example

White with #0CF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CF148; }

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

 H1.HeaderClassName
 {
   color: #0CF148;
 }
 .AnyTagClassName
 {
   color: #0CF148;
 }
</style>

background-color css

<style>
 a { background-color: #0CF148; }

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

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

border-color css

<style>
 span { border-color: #0CF148; }

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

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