Html Css Color HEX #0CF449 Malachite

📋 copy color: '#0CF449'

red 12 ◦ green 244 ◦ blue 73

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

Shades of Malachite #0CF449

Tints of Malachite #0CF449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 74.16%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 3.65%
G = 74.16%
B = 22.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#0CF449 (or 0x0CF449) is known color: Malachite. HEX triplet: 0C, F4 and 49. RGB value is (12,244,73). Sum of RGB (Red+Green+Blue) = 12+244+73=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 244 (95.70% from 255 or 74.16% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 244 - color contains mainly: green. Hex color #0CF449 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF449 is #F30BB6. Grayscale: #9B9B9B. Windows color (decimal): -15928247 or 4846604. OLE color: 4846604.

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

Color convert

RGB 12 244 73 -
CMYK 0.95 0 0.70 0.04
HSL 135.78º 0.91% 0.5% -
HSV(B) 135.78º 0.95% 0.96% -
XYZ 33.7 65.26 17.12 -
YUV 155.14 81.64 25.9 -
System Red Green Blue C M Y K H S L
Decimal 12 244 73 0.95 0 0.70 0.04 135.78 0.91 0.5
Hex C F4 49 5F 0 46 4 88 5B 32
Octal 14 364 111 137 0 106 4 210 133 62
Binary 1100 11110100 1001001 1011111 0 1000110 100 10001000 1011011 110010

Color Harmonies of #0CF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF449

Black with #0CF449

Text Example


Text Example

White with #0CF449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,244,73); }

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

background-color css

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

 a { background-color: rgb(12,244,73); }

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

border-color css

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

 span { border-color: rgb(12,244,73); }

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