Html Css Color HEX #0CF94D Malachite

📋 copy color: '#0CF94D'

red 12 ◦ green 249 ◦ blue 77

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

Shades of Malachite #0CF94D

Tints of Malachite #0CF94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 3.55%
G = 73.67%
B = 22.78%

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

#0CF94D (or 0x0CF94D) is known color: Malachite. HEX triplet: 0C, F9 and 4D. RGB value is (12,249,77). Sum of RGB (Red+Green+Blue) = 12+249+77=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF94D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF94D is #F306B2. Grayscale: #9E9E9E. Windows color (decimal): -15926963 or 5110028. OLE color: 5110028.

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

Color convert

RGB 12 249 77 -
CMYK 0.95 0 0.69 0.02
HSL 136.46º 0.95% 0.51% -
HSV(B) 136.46º 0.95% 0.98% -
XYZ 35.37 68.37 18.35 -
YUV 158.53 81.98 23.49 -
System Red Green Blue C M Y K H S L
Decimal 12 249 77 0.95 0 0.69 0.02 136.46 0.95 0.51
Hex C F9 4D 5F 0 45 2 88 5F 33
Octal 14 371 115 137 0 105 2 210 137 63
Binary 1100 11111001 1001101 1011111 0 1000101 10 10001000 1011111 110011

Color Harmonies of #0CF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF94D

Black with #0CF94D

Text Example


Text Example

White with #0CF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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