Html Css Color HEX #0CF24D Malachite

📋 copy color: '#0CF24D'

red 12 ◦ green 242 ◦ blue 77

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

Shades of Malachite #0CF24D

Tints of Malachite #0CF24D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.11%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 3.63%
G = 73.11%
B = 23.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#0CF24D (or 0x0CF24D) is known color: Malachite. HEX triplet: 0C, F2 and 4D. RGB value is (12,242,77). Sum of RGB (Red+Green+Blue) = 12+242+77=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF24D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF24D is #F30DB2. Grayscale: #9A9A9A. Windows color (decimal): -15928755 or 5108236. OLE color: 5108236.

HSL color Cylindrical-coordinate representation of color #0CF24D: hue angle of 136.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF24D is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 242 77 -
CMYK 0.95 0 0.68 0.05
HSL 136.96º 0.91% 0.5% -
HSV(B) 136.96º 0.95% 0.95% -
XYZ 33.24 64.12 17.65 -
YUV 154.42 84.3 26.42 -
System Red Green Blue C M Y K H S L
Decimal 12 242 77 0.95 0 0.68 0.05 136.96 0.91 0.5
Hex C F2 4D 5F 0 44 5 89 5B 32
Octal 14 362 115 137 0 104 5 211 133 62
Binary 1100 11110010 1001101 1011111 0 1000100 101 10001001 1011011 110010

Color Harmonies of #0CF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF24D

Black with #0CF24D

Text Example


Text Example

White with #0CF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,242,77); }

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

background-color css

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

 a { background-color: rgb(12,242,77); }

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

border-color css

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

 span { border-color: rgb(12,242,77); }

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