Html Css Color HEX #0CEE34 Malachite

📋 copy color: '#0CEE34'

red 12 ◦ green 238 ◦ blue 52

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

Shades of Malachite #0CEE34

Tints of Malachite #0CEE34

RGB

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

 GREEN value IS 238 (93.36% from 255) = 78.81%

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

R = 3.97%
G = 78.81%
B = 17.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#0CEE34 (or 0x0CEE34) is known color: Malachite. HEX triplet: 0C, EE and 34. RGB value is (12,238,52). Sum of RGB (Red+Green+Blue) = 12+238+52=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 238 (93.36% from 255 or 78.81% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEE34 is #F311CB. Grayscale: #959595. Windows color (decimal): -15929804 or 3468812. OLE color: 3468812.

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

Color convert

RGB 12 238 52 -
CMYK 0.95 0 0.78 0.07
HSL 130.62º 0.9% 0.49% -
HSV(B) 130.62º 0.95% 0.93% -
XYZ 31.35 61.48 13.46 -
YUV 149.22 73.13 30.12 -
System Red Green Blue C M Y K H S L
Decimal 12 238 52 0.95 0 0.78 0.07 130.62 0.9 0.49
Hex C EE 34 5F 0 4E 7 83 5A 31
Octal 14 356 64 137 0 116 7 203 132 61
Binary 1100 11101110 110100 1011111 0 1001110 111 10000011 1011010 110001

Color Harmonies of #0CEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEE34

Black with #0CEE34

Text Example


Text Example

White with #0CEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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