#0BCA4B

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

Shades of Malachite #0BCA4B

Tints of Malachite #0BCA4B

Color information

#0BCA4B (or 0x0BCA4B) is unknown color: approx Malachite. HEX triplet: 0B, CA and 4B. RGB value is (11,202,75). Sum of RGB (Red+Green+Blue) = 11+202+75=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA4B is #F435B4. Grayscale: #828282. Windows color (decimal): -16004533 or 4966923. OLE color: 4966923.

HSL color Cylindrical-coordinate representation of color #0BCA4B: hue angle of 140.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA4B is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB1120275-
CMYK0.9500.630.21
HSL140.1º89.67%41.76%-
HSV(B)140.1º94.55%79.22%-
XYZ22.5342.8213.73-
YUV130.4196.7242.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.82%
GREEN value IS 202 (79.30% from 255) = 70.14%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=3.82%
G=70.14%
B=26.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11202750.9500.630.21140.189.6741.76
HexBCA4B5F03F158c5a2a
Octal133121131370772521413252
Binary10111100101010010111011111011111110101100011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,202,75); }

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

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

 a { background-color: rgb(11,202,75); }

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

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

 span { border-color: rgb(11,202,75); }

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