Html Css Color HEX #0CFF3C Malachite

📋 copy color: '#0CFF3C'

red 12 ◦ green 255 ◦ blue 60

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

Shades of Malachite #0CFF3C

Tints of Malachite #0CFF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 3.67%
G = 77.98%
B = 18.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#0CFF3C (or 0x0CFF3C) is known color: Malachite. HEX triplet: 0C, FF and 3C. RGB value is (12,255,60). Sum of RGB (Red+Green+Blue) = 12+255+60=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF3C is #F300C3. Grayscale: #A0A0A0. Windows color (decimal): -15925444 or 3997452. OLE color: 3997452.

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

Color convert

RGB 12 255 60 -
CMYK 0.95 0 0.76 0
HSL 131.85º 1% 0.52% -
HSV(B) 131.85º 0.95% 1% -
XYZ 36.73 71.92 16.22 -
YUV 160.11 71.49 22.36 -
System Red Green Blue C M Y K H S L
Decimal 12 255 60 0.95 0 0.76 0 131.85 1 0.52
Hex C FF 3C 5F 0 4C 0 84 64 34
Octal 14 377 74 137 0 114 0 204 144 64
Binary 1100 11111111 111100 1011111 0 1001100 0 10000100 1100100 110100

Color Harmonies of #0CFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF3C

Black with #0CFF3C

Text Example


Text Example

White with #0CFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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