Html Css Color HEX #0CDB36 Malachite

📋 copy color: '#0CDB36'

red 12 ◦ green 219 ◦ blue 54

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

Shades of Malachite #0CDB36

Tints of Malachite #0CDB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.84%

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 4.21%
G = 76.84%
B = 18.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#0CDB36 (or 0x0CDB36) is known color: Malachite. HEX triplet: 0C, DB and 36. RGB value is (12,219,54). Sum of RGB (Red+Green+Blue) = 12+219+54=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 219 (85.94% from 255 or 76.84% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB36 is #F324C9. Grayscale: #8A8A8A. Windows color (decimal): -15934666 or 3595020. OLE color: 3595020.

HSL color Cylindrical-coordinate representation of color #0CDB36: hue angle of 132.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB36 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 54 -
CMYK 0.95 0 0.75 0.14
HSL 132.17º 0.9% 0.45% -
HSV(B) 132.17º 0.95% 0.86% -
XYZ 26.15 51.01 11.96 -
YUV 138.3 80.42 37.92 -
System Red Green Blue C M Y K H S L
Decimal 12 219 54 0.95 0 0.75 0.14 132.17 0.9 0.45
Hex C DB 36 5F 0 4B E 84 5A 2D
Octal 14 333 66 137 0 113 16 204 132 55
Binary 1100 11011011 110110 1011111 0 1001011 1110 10000100 1011010 101101

Color Harmonies of #0CDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB36

Black with #0CDB36

Text Example


Text Example

White with #0CDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,54); }

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

background-color css

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

 a { background-color: rgb(12,219,54); }

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

border-color css

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

 span { border-color: rgb(12,219,54); }

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