Html Css Color HEX #0CF94E Malachite

📋 copy color: '#0CF94E'

red 12 ◦ green 249 ◦ blue 78

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

Shades of Malachite #0CF94E

Tints of Malachite #0CF94E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.45%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 3.54%
G = 73.45%
B = 23.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#0CF94E (or 0x0CF94E) is known color: Malachite. HEX triplet: 0C, F9 and 4E. RGB value is (12,249,78). Sum of RGB (Red+Green+Blue) = 12+249+78=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF94E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF94E is #F306B1. Grayscale: #9F9F9F. Windows color (decimal): -15926962 or 5175564. OLE color: 5175564.

HSL color Cylindrical-coordinate representation of color #0CF94E: hue angle of 136.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF94E is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 249 78 -
CMYK 0.95 0 0.69 0.02
HSL 136.71º 0.95% 0.51% -
HSV(B) 136.71º 0.95% 0.98% -
XYZ 35.4 68.38 18.54 -
YUV 158.64 82.48 23.4 -
System Red Green Blue C M Y K H S L
Decimal 12 249 78 0.95 0 0.69 0.02 136.71 0.95 0.51
Hex C F9 4E 5F 0 45 2 89 5F 33
Octal 14 371 116 137 0 105 2 211 137 63
Binary 1100 11111001 1001110 1011111 0 1000101 10 10001001 1011111 110011

Color Harmonies of #0CF94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF94E

Black with #0CF94E

Text Example


Text Example

White with #0CF94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,249,78); }

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

background-color css

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

 a { background-color: rgb(12,249,78); }

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

border-color css

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

 span { border-color: rgb(12,249,78); }

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