Html Css Color HEX #0CE334 Malachite

📋 copy color: '#0CE334'

red 12 ◦ green 227 ◦ blue 52

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

Shades of Malachite #0CE334

Tints of Malachite #0CE334

RGB

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

 GREEN value IS 227 (89.06% from 255) = 78.01%

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 4.12%
G = 78.01%
B = 17.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#0CE334 (or 0x0CE334) is known color: Malachite. HEX triplet: 0C, E3 and 34. RGB value is (12,227,52). Sum of RGB (Red+Green+Blue) = 12+227+52=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE334 is #F31CCB. Grayscale: #8F8F8F. Windows color (decimal): -15932620 or 3465996. OLE color: 3465996.

HSL color Cylindrical-coordinate representation of color #0CE334: hue angle of 131.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE334 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 227 52 -
CMYK 0.95 0 0.77 0.11
HSL 131.16º 0.9% 0.47% -
HSV(B) 131.16º 0.95% 0.89% -
XYZ 28.24 55.26 12.43 -
YUV 142.77 76.77 34.73 -
System Red Green Blue C M Y K H S L
Decimal 12 227 52 0.95 0 0.77 0.11 131.16 0.9 0.47
Hex C E3 34 5F 0 4D B 83 5A 2F
Octal 14 343 64 137 0 115 13 203 132 57
Binary 1100 11100011 110100 1011111 0 1001101 1011 10000011 1011010 101111

Color Harmonies of #0CE334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE334

Black with #0CE334

Text Example


Text Example

White with #0CE334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,227,52); }

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

background-color css

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

 a { background-color: rgb(12,227,52); }

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

border-color css

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

 span { border-color: rgb(12,227,52); }

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