Html Css Color HEX #0CFF4F Malachite

📋 copy color: '#0CFF4F'

red 12 ◦ green 255 ◦ blue 79

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

Shades of Malachite #0CFF4F

Tints of Malachite #0CFF4F

RGB

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

 GREEN value IS 255 (100% from 255) = 73.7%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 3.47%
G = 73.7%
B = 22.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#0CFF4F (or 0x0CFF4F) is known color: Malachite. HEX triplet: 0C, FF and 4F. RGB value is (12,255,79). Sum of RGB (Red+Green+Blue) = 12+255+79=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF4F is #F300B0. Grayscale: #A2A2A2. Windows color (decimal): -15925425 or 5242636. OLE color: 5242636.

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

Color convert

RGB 12 255 79 -
CMYK 0.95 0 0.69 0
HSL 136.54º 1% 0.52% -
HSV(B) 136.54º 0.95% 1% -
XYZ 37.32 72.16 19.36 -
YUV 162.28 80.99 20.81 -
System Red Green Blue C M Y K H S L
Decimal 12 255 79 0.95 0 0.69 0 136.54 1 0.52
Hex C FF 4F 5F 0 45 0 89 64 34
Octal 14 377 117 137 0 105 0 211 144 64
Binary 1100 11111111 1001111 1011111 0 1000101 0 10001001 1100100 110100

Color Harmonies of #0CFF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF4F

Black with #0CFF4F

Text Example


Text Example

White with #0CFF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,79); }

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

background-color css

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

 a { background-color: rgb(12,255,79); }

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

border-color css

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

 span { border-color: rgb(12,255,79); }

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