Html Css Color HEX #0CDB69 Malachite

📋 copy color: '#0CDB69'

red 12 ◦ green 219 ◦ blue 105

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

Shades of Malachite #0CDB69

Tints of Malachite #0CDB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 3.57%
G = 65.18%
B = 31.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#0CDB69 (or 0x0CDB69) is known color: Malachite. HEX triplet: 0C, DB and 69. RGB value is (12,219,105). Sum of RGB (Red+Green+Blue) = 12+219+105=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB69 is #F32496. Grayscale: #909090. Windows color (decimal): -15934615 or 6937356. OLE color: 6937356.

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

Color convert

RGB 12 219 105 -
CMYK 0.95 0 0.52 0.14
HSL 146.96º 0.9% 0.45% -
HSV(B) 146.96º 0.95% 0.86% -
XYZ 28.03 51.76 21.88 -
YUV 144.11 105.92 33.77 -
System Red Green Blue C M Y K H S L
Decimal 12 219 105 0.95 0 0.52 0.14 146.96 0.9 0.45
Hex C DB 69 5F 0 34 E 93 5A 2D
Octal 14 333 151 137 0 64 16 223 132 55
Binary 1100 11011011 1101001 1011111 0 110100 1110 10010011 1011010 101101

Color Harmonies of #0CDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB69

Black with #0CDB69

Text Example


Text Example

White with #0CDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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