Html Css Color HEX #0CEC3B Malachite

📋 copy color: '#0CEC3B'

red 12 ◦ green 236 ◦ blue 59

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

Shades of Malachite #0CEC3B

Tints of Malachite #0CEC3B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 76.87%

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 3.91%
G = 76.87%
B = 19.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#0CEC3B (or 0x0CEC3B) is known color: Malachite. HEX triplet: 0C, EC and 3B. RGB value is (12,236,59). Sum of RGB (Red+Green+Blue) = 12+236+59=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEC3B is #F313C4. Grayscale: #959595. Windows color (decimal): -15930309 or 3927052. OLE color: 3927052.

HSL color Cylindrical-coordinate representation of color #0CEC3B: hue angle of 132.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC3B is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 236 59 -
CMYK 0.95 0 0.75 0.07
HSL 132.59º 0.9% 0.49% -
HSV(B) 132.59º 0.95% 0.93% -
XYZ 30.94 60.38 14.16 -
YUV 148.85 77.29 30.39 -
System Red Green Blue C M Y K H S L
Decimal 12 236 59 0.95 0 0.75 0.07 132.59 0.9 0.49
Hex C EC 3B 5F 0 4B 7 85 5A 31
Octal 14 354 73 137 0 113 7 205 132 61
Binary 1100 11101100 111011 1011111 0 1001011 111 10000101 1011010 110001

Color Harmonies of #0CEC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEC3B

Black with #0CEC3B

Text Example


Text Example

White with #0CEC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,236,59); }

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

background-color css

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

 a { background-color: rgb(12,236,59); }

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

border-color css

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

 span { border-color: rgb(12,236,59); }

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