Html Css Color HEX #0CEE3D Malachite

📋 copy color: '#0CEE3D'

red 12 ◦ green 238 ◦ blue 61

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

Shades of Malachite #0CEE3D

Tints of Malachite #0CEE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 3.86%
G = 76.53%
B = 19.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#0CEE3D (or 0x0CEE3D) is known color: Malachite. HEX triplet: 0C, EE and 3D. RGB value is (12,238,61). Sum of RGB (Red+Green+Blue) = 12+238+61=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 238 (93.36% from 255 or 76.53% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEE3D is #F311C2. Grayscale: #969696. Windows color (decimal): -15929795 or 4058636. OLE color: 4058636.

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

Color convert

RGB 12 238 61 -
CMYK 0.95 0 0.74 0.07
HSL 133.01º 0.9% 0.49% -
HSV(B) 133.01º 0.95% 0.93% -
XYZ 31.57 61.56 14.63 -
YUV 150.25 77.63 29.39 -
System Red Green Blue C M Y K H S L
Decimal 12 238 61 0.95 0 0.74 0.07 133.01 0.9 0.49
Hex C EE 3D 5F 0 4A 7 85 5A 31
Octal 14 356 75 137 0 112 7 205 132 61
Binary 1100 11101110 111101 1011111 0 1001010 111 10000101 1011010 110001

Color Harmonies of #0CEE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEE3D

Black with #0CEE3D

Text Example


Text Example

White with #0CEE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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