Html Css Color HEX #0CCC69 Malachite

📋 copy color: '#0CCC69'

red 12 ◦ green 204 ◦ blue 105

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

Shades of Malachite #0CCC69

Tints of Malachite #0CCC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.55%

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

R = 3.74%
G = 63.55%
B = 32.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#0CCC69 (or 0x0CCC69) is known color: Malachite. HEX triplet: 0C, CC and 69. RGB value is (12,204,105). Sum of RGB (Red+Green+Blue) = 12+204+105=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC69 is #F33396. Grayscale: #878787. Windows color (decimal): -15938455 or 6933516. OLE color: 6933516.

HSL color Cylindrical-coordinate representation of color #0CCC69: hue angle of 149.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC69 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 105 -
CMYK 0.94 0 0.49 0.2
HSL 149.06º 0.89% 0.42% -
HSV(B) 149.06º 0.94% 0.8% -
XYZ 24.29 44.28 20.63 -
YUV 135.31 110.89 40.05 -
System Red Green Blue C M Y K H S L
Decimal 12 204 105 0.94 0 0.49 0.2 149.06 0.89 0.42
Hex C CC 69 5E 0 31 14 95 59 2A
Octal 14 314 151 136 0 61 24 225 131 52
Binary 1100 11001100 1101001 1011110 0 110001 10100 10010101 1011001 101010

Color Harmonies of #0CCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC69

Black with #0CCC69

Text Example


Text Example

White with #0CCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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