Html Css Color HEX #0CDB67 Malachite

📋 copy color: '#0CDB67'

red 12 ◦ green 219 ◦ blue 103

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

Shades of Malachite #0CDB67

Tints of Malachite #0CDB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 3.59%
G = 65.57%
B = 30.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#0CDB67 (or 0x0CDB67) is known color: Malachite. HEX triplet: 0C, DB and 67. RGB value is (12,219,103). Sum of RGB (Red+Green+Blue) = 12+219+103=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB67 is #F32498. Grayscale: #909090. Windows color (decimal): -15934617 or 6806284. OLE color: 6806284.

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

Color convert

RGB 12 219 103 -
CMYK 0.95 0 0.53 0.14
HSL 146.38º 0.9% 0.45% -
HSV(B) 146.38º 0.95% 0.86% -
XYZ 27.93 51.72 21.34 -
YUV 143.88 104.92 33.93 -
System Red Green Blue C M Y K H S L
Decimal 12 219 103 0.95 0 0.53 0.14 146.38 0.9 0.45
Hex C DB 67 5F 0 35 E 92 5A 2D
Octal 14 333 147 137 0 65 16 222 132 55
Binary 1100 11011011 1100111 1011111 0 110101 1110 10010010 1011010 101101

Color Harmonies of #0CDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB67

Black with #0CDB67

Text Example


Text Example

White with #0CDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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