#0CCB4B

Color #0CCB4B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0CCB4B

Tints of Malachite #0CCB4B

Color information

#0CCB4B (or 0x0CCB4B) is unknown color: approx Malachite. HEX triplet: 0C, CB and 4B. RGB value is (12,203,75). Sum of RGB (Red+Green+Blue) = 12+203+75=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCB4B is #F334B4. Grayscale: #838383. Windows color (decimal): -15938741 or 4967180. OLE color: 4967180.

HSL color Cylindrical-coordinate representation of color #0CCB4B: hue angle of 139.79º 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 #0CCB4B is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB1220375-
CMYK0.9400.630.20
HSL139.79º88.84%42.16%-
HSV(B)139.79º94.09%79.61%-
XYZ22.7843.313.81-
YUV131.396.2242.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=4.14%
G=70%
B=25.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12203750.9400.630.20139.7988.8442.16
HexCCB4B5E03F148c592a
Octal143131131360772421413152
Binary11001100101110010111011110011111110100100011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,203,75); }

 H1.HeaderClassName
 {
   color: #0CCB4B;
 }
 .AnyTagClassName
 {
   color: #0CCB4B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,203,75); }

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

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

 span { border-color: rgb(12,203,75); }

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