Html Css Color HEX #0CE25F Malachite

📋 copy color: '#0CE25F'

red 12 ◦ green 226 ◦ blue 95

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

Shades of Malachite #0CE25F

Tints of Malachite #0CE25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 67.87%

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 3.6%
G = 67.87%
B = 28.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#0CE25F (or 0x0CE25F) is known color: Malachite. HEX triplet: 0C, E2 and 5F. RGB value is (12,226,95). Sum of RGB (Red+Green+Blue) = 12+226+95=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 226 (88.67% from 255 or 67.87% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE25F is #F31DA0. Grayscale: #939393. Windows color (decimal): -15932833 or 6283788. OLE color: 6283788.

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

Color convert

RGB 12 226 95 -
CMYK 0.95 0 0.58 0.11
HSL 143.27º 0.9% 0.47% -
HSV(B) 143.27º 0.95% 0.89% -
XYZ 29.41 55.3 19.95 -
YUV 147.08 98.6 31.65 -
System Red Green Blue C M Y K H S L
Decimal 12 226 95 0.95 0 0.58 0.11 143.27 0.9 0.47
Hex C E2 5F 5F 0 3A B 8F 5A 2F
Octal 14 342 137 137 0 72 13 217 132 57
Binary 1100 11100010 1011111 1011111 0 111010 1011 10001111 1011010 101111

Color Harmonies of #0CE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE25F

Black with #0CE25F

Text Example


Text Example

White with #0CE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,226,95); }

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

background-color css

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

 a { background-color: rgb(12,226,95); }

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

border-color css

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

 span { border-color: rgb(12,226,95); }

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