Html Css Color HEX #0CF13E Malachite

📋 copy color: '#0CF13E'

red 12 ◦ green 241 ◦ blue 62

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

Shades of Malachite #0CF13E

Tints of Malachite #0CF13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 3.81%
G = 76.51%
B = 19.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#0CF13E (or 0x0CF13E) is known color: Malachite. HEX triplet: 0C, F1 and 3E. RGB value is (12,241,62). Sum of RGB (Red+Green+Blue) = 12+241+62=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF13E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF13E is #F30EC1. Grayscale: #989898. Windows color (decimal): -15929026 or 4124940. OLE color: 4124940.

HSL color Cylindrical-coordinate representation of color #0CF13E: hue angle of 133.1º 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 #0CF13E is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 241 62 -
CMYK 0.95 0 0.74 0.05
HSL 133.1º 0.91% 0.5% -
HSV(B) 133.1º 0.95% 0.95% -
XYZ 32.48 63.34 15.07 -
YUV 152.12 77.13 28.05 -
System Red Green Blue C M Y K H S L
Decimal 12 241 62 0.95 0 0.74 0.05 133.1 0.91 0.5
Hex C F1 3E 5F 0 4A 5 85 5B 32
Octal 14 361 76 137 0 112 5 205 133 62
Binary 1100 11110001 111110 1011111 0 1001010 101 10000101 1011011 110010

Color Harmonies of #0CF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF13E

Black with #0CF13E

Text Example


Text Example

White with #0CF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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