Html Css Color HEX #0CD047 Malachite

📋 copy color: '#0CD047'

red 12 ◦ green 208 ◦ blue 71

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

Shades of Malachite #0CD047

Tints of Malachite #0CD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.48%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 4.12%
G = 71.48%
B = 24.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#0CD047 (or 0x0CD047) is known color: Malachite. HEX triplet: 0C, D0 and 47. RGB value is (12,208,71). Sum of RGB (Red+Green+Blue) = 12+208+71=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD047 is #F32FB8. Grayscale: #868686. Windows color (decimal): -15937465 or 4706316. OLE color: 4706316.

HSL color Cylindrical-coordinate representation of color #0CD047: hue angle of 138.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD047 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 208 71 -
CMYK 0.94 0 0.66 0.18
HSL 138.06º 0.89% 0.43% -
HSV(B) 138.06º 0.94% 0.82% -
XYZ 23.84 45.64 13.51 -
YUV 133.78 92.57 41.14 -
System Red Green Blue C M Y K H S L
Decimal 12 208 71 0.94 0 0.66 0.18 138.06 0.89 0.43
Hex C D0 47 5E 0 42 12 8A 59 2B
Octal 14 320 107 136 0 102 22 212 131 53
Binary 1100 11010000 1000111 1011110 0 1000010 10010 10001010 1011001 101011

Color Harmonies of #0CD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD047

Black with #0CD047

Text Example


Text Example

White with #0CD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,208,71); }

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

background-color css

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

 a { background-color: rgb(12,208,71); }

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

border-color css

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

 span { border-color: rgb(12,208,71); }

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