Html Css Color HEX #0CC25F Malachite

📋 copy color: '#0CC25F'

red 12 ◦ green 194 ◦ blue 95

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

Shades of Malachite #0CC25F

Tints of Malachite #0CC25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

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

R = 3.99%
G = 64.45%
B = 31.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#0CC25F (or 0x0CC25F) is known color: Malachite. HEX triplet: 0C, C2 and 5F. RGB value is (12,194,95). Sum of RGB (Red+Green+Blue) = 12+194+95=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC25F is #F33DA0. Grayscale: #808080. Windows color (decimal): -15941025 or 6275596. OLE color: 6275596.

HSL color Cylindrical-coordinate representation of color #0CC25F: hue angle of 147.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC25F is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 194 95 -
CMYK 0.94 0 0.51 0.24
HSL 147.36º 0.88% 0.4% -
HSV(B) 147.36º 0.94% 0.76% -
XYZ 21.51 39.49 17.31 -
YUV 128.3 109.2 45.05 -
System Red Green Blue C M Y K H S L
Decimal 12 194 95 0.94 0 0.51 0.24 147.36 0.88 0.4
Hex C C2 5F 5E 0 33 18 93 58 28
Octal 14 302 137 136 0 63 30 223 130 50
Binary 1100 11000010 1011111 1011110 0 110011 11000 10010011 1011000 101000

Color Harmonies of #0CC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC25F

Black with #0CC25F

Text Example


Text Example

White with #0CC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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